Data tracking / Revision by 0207 ppt

This commit is contained in:
Vion
2022-02-07 18:12:29 +08:00
parent 28c2614ca3
commit 02b361680b
10 changed files with 340 additions and 203 deletions

View File

@@ -180,7 +180,7 @@ export default {
"payment",
{
"payType" : payType,
"product_amount_" : this.userPayData.userprice,
"product_amount" : this.userPayData.userprice,
}
])
},
@@ -241,7 +241,7 @@ export default {
"payment_finished",
{
"payType" : 'native',
"product_amount_" : this.userPayData.userprice,
"product_amount" : this.userPayData.userprice,
}
])
} else if (res.fail) {