Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
huzhiming
5 years ago
Commit
0fe5eb1548d6d8b9cb7792192aa19ce2a64e5707
1 parent
894ace42
feat(埋点):添加数据上报
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
apps/pages/product/product-detail.vue
apps/pages/product/product-detail.vue
View file @
0fe5eb1
...
...
@@ -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) {
...
...
Please
register
or
login
to post a comment