Authored by huzhiming

feat(埋点):添加数据上报

... ... @@ -213,15 +213,7 @@ export default {
}));
});
this.$nextTick(async () => {
/*
* @ description: 配置打开闲鱼导航栏右上角分享按钮 && 配置分享信息 && 上报数据埋点
* @ author: huzhiming
* @ date: 2019-11-13 19:58:50
* @ version: V1.0.5
*/
this.settingShareHandler();
});
console.log('mounted ok!!');
},
beforeDestroy() {
if (this.watchList) {
... ... @@ -308,6 +300,17 @@ export default {
param,
}
});
this.$nextTick(async () => {
/*
* @ description: 配置打开闲鱼导航栏右上角分享按钮 && 配置分享信息 && 上报数据埋点
* @ author: huzhiming
* @ date: 2019-11-13 19:58:50
* @ version: V1.0.5
*/
console.log('settingShareHandler ok!!');
await this.settingShareHandler();
});
},
deactivated() {
if (this._resourceImgWatcher) {
... ...