bug
This commit is contained in:
@@ -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)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user