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

@@ -283,6 +283,13 @@ export default {
if (this.payorsucess == "立即支付") {
this.getwei(item);
} else {
_hmt.push([
"_trackCustomEvent",
"order_repay",
{
"status":"fail",
}
])
this.$router.push({
path: "/productdetails/producted",
query: {
@@ -333,7 +340,13 @@ export default {
userinformation: this.addressUserName + " " + this.addressPhoneNumber,
wxPay:data.msg
};
_hmt.push([
"_trackCustomEvent",
"order_repay",
{
"status":"success",
}
])
this.$router.push({
path: "/personal/userpay",
query: {
@@ -343,6 +356,13 @@ export default {
},
});
} else {
_hmt.push([
"_trackCustomEvent",
"order_repay",
{
"status":"fail - " + this.orderNumber,
}
])
this.$message({
type: "error",
message: "订单数据错误,请联系客服进行处理",