Web code updated

This commit is contained in:
Vion
2022-01-28 18:19:40 +08:00
parent 61c365c3fc
commit 6725fb9961
11 changed files with 514 additions and 316 deletions

View File

@@ -175,6 +175,14 @@ export default {
//TODO raise WX jsapi pay
break;
}
_hmt.push([
"_trackCustomEvent",
"payment",
{
"payType" : payType,
"product_amount_" : this.userPayData.userprice,
}
])
},
goPayH5() {
let isMobile = this.util.isMobile();
@@ -228,7 +236,14 @@ export default {
if (res.success) {
this.qrtext = '成功加入群的二维码';
this.dialogSuccess = true;
_hmt.push([
"_trackCustomEvent",
"payment_finished",
{
"payType" : 'native',
"product_amount_" : this.userPayData.userprice,
}
])
} else if (res.fail) {
this.dialogFail = true;