/**
* 分享(不带参数的分享,走正常逻辑)
*/
onShareAppMessage:function(){
return {
title: '西蝉美容整形',
path: '/pages/index/index'
}
},
小程序分享操作
阅读 41
2022-07-14
/**
* 分享(不带参数的分享,走正常逻辑)
*/
onShareAppMessage:function(){
return {
title: '西蝉美容整形',
path: '/pages/index/index'
}
},
相关推荐
精彩评论(0)