mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 19:46:43 +08:00
GFRS-615 问卷调查VUE 二次分享 --提交人:阳华祥
This commit is contained in:
@@ -201,13 +201,15 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
callApp() {
|
callApp() {
|
||||||
|
let url = location.origin + '/#/survey/ShareCover?token=' + localStorage.getItem('token') + '&code=' + this.tableId
|
||||||
|
console.log(url)
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
EWebBridge.webCallAppInJs('bridge', {
|
EWebBridge.webCallAppInJs('bridge', {
|
||||||
flag: 'share',
|
flag: 'share',
|
||||||
extra: {
|
extra: {
|
||||||
title: `国富送爱心`,
|
title: `国富送爱心`,
|
||||||
content: '“共同抗击新冠,国富免费送爱心”',
|
content: '“共同抗击新冠,国富免费送爱心”',
|
||||||
url: location.origin + '/#/survey/ShareCover?code=' + this.tableId + '&token=' + window.localStorage.getItem('token'),
|
url: url,
|
||||||
img: this.$assetsUrl + 'images/logo.png'
|
img: this.$assetsUrl + 'images/logo.png'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user