Commit a25e0475 authored by TtTao's avatar TtTao

新增:微信小程序分享到朋友圈

parent 9a1ca055
...@@ -9,5 +9,10 @@ module.exports = { ...@@ -9,5 +9,10 @@ module.exports = {
}, },
onShareAppMessage() { onShareAppMessage() {
return this.$u.mpShare return this.$u.mpShare
},
// #ifdef MP-WEIXIN
onShareTimeline() {
return this.$u.mpShare
} }
// #endif
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment