bug
This commit is contained in:
@@ -168,18 +168,24 @@ export default {
|
||||
desc: this.info.tableExplain,
|
||||
link: this.linkUrl,
|
||||
imgUrl: this.info.headPicture
|
||||
}, () => {
|
||||
}, e => {
|
||||
console.log(e)
|
||||
this.isShow = false
|
||||
}])
|
||||
}]).then(e => {
|
||||
console.log(e)
|
||||
})
|
||||
} else {
|
||||
this.wxInvoke(['shareWechatMessage', {
|
||||
title: this.info.title,
|
||||
desc: this.info.tableExplain,
|
||||
link: this.linkUrl,
|
||||
imgUrl: this.info.headPicture
|
||||
}, () => {
|
||||
}, e => {
|
||||
console.log(e)
|
||||
this.isShow = false
|
||||
}])
|
||||
}]).then(e => {
|
||||
console.log(e)
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user