小程序带参分享
2020-10-16 本文已影响0人
泪滴在琴上
onShareAppMessage: function (res) {
ar oid = uni.getStorageSync('name')?uni.getStorageSync('name'):0;
return {
title: '分享到你的朋友圈',
path: 'pages/index/index?owner_id='+ oid +'&broadcast_id=33'
}
},