From 1e97adb9e1faf6c0ed31a9ab65ac5045d4a7ba69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=8D=8E=E7=A5=A5?= Date: Tue, 25 Feb 2020 09:38:36 +0800 Subject: [PATCH] =?UTF-8?q?GFRS-615=20=E9=97=AE=E5=8D=B7=E8=B0=83=E6=9F=A5?= =?UTF-8?q?VUE=20=E4=BA=8C=E6=AC=A1=E5=88=86=E4=BA=AB=20--=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=98=B3=E5=8D=8E=E7=A5=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/survey/SurveyList.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/ebiz/survey/SurveyList.vue b/src/views/ebiz/survey/SurveyList.vue index fd063a21e..70f695712 100644 --- a/src/views/ebiz/survey/SurveyList.vue +++ b/src/views/ebiz/survey/SurveyList.vue @@ -201,13 +201,15 @@ export default { }) }, callApp() { + let url = location.origin + '/#/survey/ShareCover?token=' + localStorage.getItem('token') + '&code=' + this.tableId + console.log(url) // eslint-disable-next-line no-undef EWebBridge.webCallAppInJs('bridge', { flag: 'share', extra: { title: `国富送爱心`, content: '“共同抗击新冠,国富免费送爱心”', - url: location.origin + '/#/survey/ShareCover?code=' + this.tableId + '&token=' + window.localStorage.getItem('token'), + url: url, img: this.$assetsUrl + 'images/logo.png' } })