|
@@ -73,9 +73,9 @@ export default {
|
|
this.gradeId = Number(option.goodsId);
|
|
this.gradeId = Number(option.goodsId);
|
|
this.orderGoodsId = Number(option.orderGoodsId);
|
|
this.orderGoodsId = Number(option.orderGoodsId);
|
|
// 公众号模板消息的数据埋点
|
|
// 公众号模板消息的数据埋点
|
|
- if (option.informId) { // 从公众号消息点击进来上报一次,其他地方进来和没登录需要跳到登录页,登录后返回的不需要上报
|
|
|
|
|
|
+ if (option.informId) {
|
|
this.informId = option.informId
|
|
this.informId = option.informId
|
|
- this.clickOfficial()
|
|
|
|
|
|
+ // this.clickOfficial()
|
|
}
|
|
}
|
|
this.$store.getters.dictObj;
|
|
this.$store.getters.dictObj;
|
|
},
|
|
},
|
|
@@ -84,6 +84,7 @@ export default {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
this.courseCourseList();
|
|
this.courseCourseList();
|
|
|
|
+ this.informId && this.clickOfficial() // 从公众号消息点击进来上报一次
|
|
if (this.itemIndex !== "") {
|
|
if (this.itemIndex !== "") {
|
|
this.refreshByIndex();
|
|
this.refreshByIndex();
|
|
}
|
|
}
|