onShareTimeline?
//分享到朋友圈
onShareTimeline(){
return {
title: \`${this.shopInfo.shopName}\`,
imageUrl: \`${this.shopInfo.shopLogo}\` ,
//query:\`id=25070389\`, // 路径,传递参数到指定页面
success: function(res) {
console.log(res)
}
}
