!193 fix coupon error

Merge pull request !193 from Admin/sit-Leung-v3
This commit is contained in:
Admin 2022-02-21 03:23:39 +00:00 committed by Gitee
commit 8fb2f30c19
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 3 additions and 1 deletions

View File

@ -641,6 +641,7 @@ export default {
"_trackCustomEvent",
"placing_order",
{
//TODO order id add here
"product_id":item.productCode,
"product_name": item.productName,
"product_quantity" : item.buyCount,

View File

@ -425,7 +425,7 @@ export default {
"register",
{}
])
/*
let curEnv = process.env.NODE_ENV;
let newGuestCouponCodes = envData[curEnv].newGuestCoupon;
let couponId=newGuestCouponCodes[0];
@ -439,6 +439,7 @@ export default {
setTimeout(() => {
this.serdiscount(this.tel,newGuestCouponCodes[3]);
}, 500);
*/
}
this.$router.push({
path: "/",