From 17637bfe1b5912d9bcba362173a59e33ef7bbf94 Mon Sep 17 00:00:00 2001 From: erp Date: Wed, 21 Sep 2022 15:08:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BE=AE=E4=BF=A1=E5=BB=BA?= =?UTF-8?q?=E8=AE=AE=E4=B9=A6=E5=88=86=E4=BA=AB=E9=93=BE=E6=8E=A5=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E6=97=A5=E5=BF=97=20--=20=E6=9D=8E=E9=92=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/proposal/ProposalInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index 6cf080e6e..58b061b4f 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -604,13 +604,13 @@ export default { } let res = await getSharingToken({ shareType: 'proposal_demonstrate' }) if (res.result == '0') { + console.log(location.origin + '/#/proposal/proposalInfo?proposalNo=' + encodeURI(this.proposalNo) + '&token=' + encodeURI(res.content)) window.EWebBridge.webCallAppInJs('bridge', { flag: 'share', extra: { title: this.wxTitle, content: shareContent, url: location.origin + '/#/proposal/proposalInfo?proposalNo=' + encodeURI(this.proposalNo) + '&token=' + encodeURI(res.content), - console.log('url') img: this.$assetsUrl + 'images/logo.png' } })