import { onShareAppMessage, onShareTimeline, onShow, onLoad } from '@dcloudio/uni-app'
onShow(() => {
uni.updateShareMenu({
withShareTicket: true,
})
})
onShareAppMessage(() => {
return {
title: '小番茄工具箱,总有你想要的!',
imageUrl: require('@/static/logo.png'),
path: `/pages/index/index`,
}
})
onShareTimeline(() => {
return {
title: '小番茄,总有你想要的!',
// imageUrl: require('@/static/logo.png'),
path: `/pages/index/index`,
}
})
- 发布:2022-10-24 22:46
- 更新:2022-10-25 09:55
- 阅读:539
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 12.6
第三方开发者工具版本号: 1.0.6.2209190
基础库版本号: 2.26.2
项目创建方式: CLI
CLI版本号: 3.2.40
示例代码:
操作步骤:
设置无效果
设置无效果
预期结果:
可以分享
可以分享
实际结果:
没效果
没效果
Effyt (作者)
谢谢,有用
2022-10-25 14:56