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' } })