Data tracking point added / Resentation template updated

This commit is contained in:
Vion
2022-02-08 17:09:24 +08:00
parent d251f881ef
commit d9b3ddb7fd
16 changed files with 526 additions and 64 deletions

View File

@@ -480,6 +480,13 @@ export default {
this.showPaytypeWarning = !this.paytypeWarning.result;
if(this.paytypeWarning.result) {
if(item.status==0){
_hmt.push([
"_trackCustomEvent",
"order_repay",
{
"status":"success",
}
])
this.getwei(item);
}else{
this.$router.push({
@@ -490,6 +497,14 @@ export default {
},
});
}
} else {
_hmt.push([
"_trackCustomEvent",
"order_repay",
{
"status":"fail",
}
])
}
},
usertwo() {