Commit 7ceda05f authored by Xuguangxing's avatar Xuguangxing

feat: fix

parent bf7fa7fb
...@@ -231,7 +231,7 @@ export default { ...@@ -231,7 +231,7 @@ export default {
const vccToken = localStorage.get('vccToken'); const vccToken = localStorage.get('vccToken');
Current_Url = `${window.location.origin}/payWaiting?vccToken=${vccToken}&orderNo=${this.orderNo}`; Current_Url = `${window.location.origin}/payWaiting?vccToken=${vccToken}&orderNo=${this.orderNo}`;
this.queryPayInfo(); this.queryPayInfo();
// this.getCouponList(this.orderNo); this.getCouponList(this.orderNo);
// this.$track.registeredEvents('H5_2B_CashierPageExposure'); // this.$track.registeredEvents('H5_2B_CashierPageExposure');
}, },
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment