mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 02:06:38 +08:00
commit
8fb2f30c19
@ -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,
|
||||
|
@ -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: "/",
|
||||
|
Loading…
Reference in New Issue
Block a user