Skip to content

Commit a25e047

Browse files
committed
新增:微信小程序分享到朋友圈
1 parent 9a1ca05 commit a25e047

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

uview-ui/libs/mixin/mpShare.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@ module.exports = {
99
},
1010
onShareAppMessage() {
1111
return this.$u.mpShare
12+
},
13+
// #ifdef MP-WEIXIN
14+
onShareTimeline() {
15+
return this.$u.mpShare
1216
}
17+
// #endif
1318
}

0 commit comments

Comments
 (0)