From 77be19ddd48fcc09d8929ca2c5933dd0d7bb278c Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 11 Feb 2022 17:41:41 +0800 Subject: [PATCH] 27335 --- src/saas/AppBackUserList/AppBackUserList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/saas/AppBackUserList/AppBackUserList.vue b/src/saas/AppBackUserList/AppBackUserList.vue index 87a76d5a..19030b81 100644 --- a/src/saas/AppBackUserList/AppBackUserList.vue +++ b/src/saas/AppBackUserList/AppBackUserList.vue @@ -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}`, }]) })