This commit is contained in:
yanran200730
2023-03-31 17:16:14 +08:00
parent 190c3dd7d0
commit 990e2f0ff4

View File

@@ -168,18 +168,24 @@ export default {
desc: this.info.tableExplain, desc: this.info.tableExplain,
link: this.linkUrl, link: this.linkUrl,
imgUrl: this.info.headPicture imgUrl: this.info.headPicture
}, () => { }, e => {
console.log(e)
this.isShow = false this.isShow = false
}]) }]).then(e => {
console.log(e)
})
} else { } else {
this.wxInvoke(['shareWechatMessage', { this.wxInvoke(['shareWechatMessage', {
title: this.info.title, title: this.info.title,
desc: this.info.tableExplain, desc: this.info.tableExplain,
link: this.linkUrl, link: this.linkUrl,
imgUrl: this.info.headPicture imgUrl: this.info.headPicture
}, () => { }, e => {
console.log(e)
this.isShow = false this.isShow = false
}]) }]).then(e => {
console.log(e)
})
} }
} }
} }