onShareAppMessage() {
return {
title: '分享',
path: 'pages/tabbar/goods-list/main?scene=' + this.scene,
imageUrl: '/static/images/invite/logo.png'
}
}
开发者工具预览时title,path,imageURL均有效。但在体验版中无效
onShareAppMessage() {
return {
title: '分享',
path: 'pages/tabbar/goods-list/main?scene=' + this.scene,
imageUrl: '/static/images/invite/logo.png'
}
}
开发者工具预览时title,path,imageURL均有效。但在体验版中无效