【建议书分享微信标签内容调整】建议书分享微信好友后,分享链接中国富图表展示不完全--恢复

This commit is contained in:
lyt
2023-04-13 10:24:14 +08:00
parent c11fda8ccb
commit cb257b918c
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -534,7 +534,7 @@ export default {
this.formatLocal(demoResult)
weixinShare({
title: this.wxTitle,
imgUrl: this.$assetsUrl + 'images/logoShare.png',
imgUrl: this.$assetsUrl + 'images/logo.png',
desc: '国富为您量身定制的保险产品,请查收'
})
} else {
@@ -638,7 +638,7 @@ export default {
title: title,
content: shareContent,
url: location.origin + '/#/proposal/proposalInfo?proposalNo=' + encodeURI(localStorage.proposalNo) + '&token=' + encodeURI(res.content),
img: this.$assetsUrl + 'images/logoShare.png'
img: this.$assetsUrl + 'images/logo.png'
}
})
share()