onLoad(){
wx.onShareAppMessage(() => {
return {
title: "水果合成2021",
imageUrl: 'http://xxx/xg.jpg'
}
})
wx.onShareTimeline(() => {
return {
title: '水果合成2021',
imageUrl: 'http://xxx.com/xg.jpg'
}
})
}
2024-01-27 14:00:46
onLoad(){
wx.onShareAppMessage(() => {
return {
title: "水果合成2021",
imageUrl: 'http://xxx/xg.jpg'
}
})
wx.onShareTimeline(() => {
return {
title: '水果合成2021',
imageUrl: 'http://xxx.com/xg.jpg'
}
})
}