diff --git a/src/saas/AppBackUserList/AppBackUserList.vue b/src/saas/AppBackUserList/AppBackUserList.vue index 229a2771..87a76d5a 100644 --- a/src/saas/AppBackUserList/AppBackUserList.vue +++ b/src/saas/AppBackUserList/AppBackUserList.vue @@ -180,7 +180,7 @@ export default { }, copy() { let oInput = document.createElement('input') - oInput.value = this.params.linkUrl + oInput.value = location.origin + `/apps/AppBackUserList/add?corpId=${this.user.corpId}&arriveGirdId=${this.girdId}&arriveGirdName=${this.girdName}` document.body.appendChild(oInput) oInput.select() document.execCommand('Copy') @@ -190,20 +190,20 @@ export default { share() { this.injectJWeixin(['shareAppMessage', 'shareWechatMessage']).then(() => { this.wxInvoke(['shareAppMessage', { - title: this.params.title, - desc: this.params.tableExplain, - link: this.params.linkUrl, - imgUrl: this.params.headPicture + // title: this.params.title, + // desc: this.params.tableExplain, + // imgUrl: this.params.headPicture, + link: location.origin + `/apps/AppBackUserList/add?corpId=${this.user.corpId}&arriveGirdId=${this.girdId}&arriveGirdName=${this.girdName}`, }]) }) }, shareWechat() { this.injectJWeixin(['shareAppMessage', 'shareWechatMessage']).then(() => { this.wxInvoke(['shareWechatMessage', { - title: this.params.title, - desc: this.params.tableExplain, - link: this.params.linkUrl, - imgUrl: this.params.headPicture + // title: this.params.title, + // desc: this.params.tableExplain, + // imgUrl: this.params.headPicture, + link: location.origin + `/apps/AppBackUserList/add?corpId=${this.user.corpId}&arriveGirdId=${this.girdId}&arriveGirdName=${this.girdName}`, }]) }) }, diff --git a/src/saas/AppBackUserList/ErrorInfo.vue b/src/saas/AppBackUserList/ErrorInfo.vue index 11385e42..15f68f19 100644 --- a/src/saas/AppBackUserList/ErrorInfo.vue +++ b/src/saas/AppBackUserList/ErrorInfo.vue @@ -15,7 +15,7 @@
{{item.content}}