微信分享修改

This commit is contained in:
mengxiaolong
2020-08-21 11:36:45 +08:00
parent 87b1382749
commit b121a8e7ac

View File

@@ -476,7 +476,8 @@ export default {
flag: 'share', flag: 'share',
extra: { extra: {
title: title, title: title,
content: this.shareContent, content: '签字进行',
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'
} }