This commit is contained in:
liuye
2022-02-11 17:41:41 +08:00
parent a6ee8130e5
commit 77be19ddd4

View File

@@ -192,7 +192,7 @@ export default {
this.wxInvoke(['shareAppMessage', {
// title: this.params.title,
// desc: this.params.tableExplain,
// imgUrl: this.params.headPicture,
imgUrl: 'https://cdn.cunwuyun.cn/dvcp/h5/back-user-share.png',
link: location.origin + `/apps/AppBackUserList/add?corpId=${this.user.corpId}&arriveGirdId=${this.girdId}&arriveGirdName=${this.girdName}`,
}])
})
@@ -202,7 +202,7 @@ export default {
this.wxInvoke(['shareWechatMessage', {
// title: this.params.title,
// desc: this.params.tableExplain,
// imgUrl: this.params.headPicture,
imgUrl: 'https://cdn.cunwuyun.cn/dvcp/h5/back-user-share.png',
link: location.origin + `/apps/AppBackUserList/add?corpId=${this.user.corpId}&arriveGirdId=${this.girdId}&arriveGirdName=${this.girdName}`,
}])
})