提交 a9d912f4 authored 作者: 王鹏飞's avatar 王鹏飞

add: 新增微信监控上报

上级 c9d7fc01
......@@ -103,6 +103,8 @@ Component({
*/
methods: {
init() {
// 触发分享海报上报
wx.reportMonitor('1', 1)
this.getShare().then(res => {
if (!this.data.isNeed && !res.data.need_share) {
return
......@@ -122,6 +124,8 @@ Component({
this.setData({ user: res, wxUserProfile, avatarList, show: true, 'controls.avatar': firstAvatar.url })
this.getQrcode()
})
// 显示分享海报上报
wx.reportMonitor('2', 1)
})
},
// 获取营销数据
......@@ -194,6 +198,8 @@ Component({
})
}, 500)
})
// 生成分享海报上报
wx.reportMonitor('3', 1)
},
// 导出图片
extraImage() {
......@@ -208,6 +214,8 @@ Component({
wx.showToast({ title: '保存失败,请检查相册权限', icon: 'none' })
})
})
// 保存分享海报上报
wx.reportMonitor('0', 1)
},
// 关闭分享
onClose() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论