首次提交
This commit is contained in:
14
common/share.js
Normal file
14
common/share.js
Normal file
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
onShareAppMessage(res) { //发送给朋友
|
||||
return {
|
||||
title: uni.getStorageSync('tuiguang'),
|
||||
imageUrl: uni.getStorageSync('tuiguangImg'),
|
||||
}
|
||||
},
|
||||
onShareTimeline(res) { //分享到朋友圈
|
||||
return {
|
||||
title: uni.getStorageSync('tuiguang'),
|
||||
imageUrl: uni.getStorageSync('tuiguangImg'),
|
||||
}
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user