mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 09:36:45 +08:00
微信分享
This commit is contained in:
@@ -470,17 +470,19 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
title = '国富人寿转账不成功问题件处理'
|
title = '国富人寿转账不成功问题件处理'
|
||||||
}
|
}
|
||||||
if (data.trigger == 'right_button_click') {
|
let shareObj = {
|
||||||
// eslint-disable-next-line no-undef
|
|
||||||
EWebBridge.webCallAppInJs('bridge', {
|
|
||||||
flag: 'share',
|
|
||||||
extra: {
|
|
||||||
title: title,
|
title: title,
|
||||||
content: '签字进行',
|
content: '签字进行',
|
||||||
shareType: 0,
|
shareType: 0,
|
||||||
url: `${location.origin}/#/questions/detail/${this.problemDetail.id}/${this.problemDetail.issueType}?&token=${localStorage.token}&receiveType=${this.problemDetail.receiveType}&prtNo=${this.$route.query.prtNo}`,
|
url: `${location.origin}/#/questions/detail/${this.problemDetail.id}/${this.problemDetail.issueType}?&token=${localStorage.token}&receiveType=${this.problemDetail.receiveType}&prtNo=${this.$route.query.prtNo}`,
|
||||||
img: this.$assetsUrl + 'images/logo.png'
|
img: this.$assetsUrl + 'images/logo.png'
|
||||||
}
|
}
|
||||||
|
console.dir(shareObj)
|
||||||
|
if (data.trigger == 'right_button_click') {
|
||||||
|
// eslint-disable-next-line no-undef
|
||||||
|
EWebBridge.webCallAppInJs('bridge', {
|
||||||
|
flag: 'share',
|
||||||
|
extra: shareObj
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user