mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-21 18:06:52 +08:00
Data tracking / Revision by 0207 ppt
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user