|
|
@ -105,7 +105,7 @@ export default { |
|
|
|
}); |
|
|
|
}, |
|
|
|
toOrderSample: function () { |
|
|
|
location.href = `#/orderSample/?url=${this.$route.query.url}`; |
|
|
|
location.href = "#/orderSample"; |
|
|
|
}, |
|
|
|
buyCard: function (card) { |
|
|
|
let openid = this.$cookies.get('openid_' + this.$cookies.get('site_uid')); |
|
|
|