mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-21 01:46:54 +08:00
Data tracking point added / Resentation template updated
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user