GFRS-615 问卷调查VUE 二次分享 --提交人:阳华祥

This commit is contained in:
阳华祥
2020-02-25 09:38:36 +08:00
parent 3c686b9837
commit 1e97adb9e1

View File

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