小程序
小游戏
企业微信
微信支付
扫描小程序码分享
无论button标签添加open-type=share还是onShareAppMessage,分享给朋友,朋友查看都是空白
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
button标签中添加open-type=share也是不起任何作用
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
只是分享页面路径出去吧,没有带参数
这个只是让这个button点击后可以和小程序右上角那个分享的功能一样,并没有携带参数出去,而且你这个界面给朋友打开后,onload里面肯定要有参数去加载吧
空白不就是数据没加载?你的代码片段是假的吧
onShareAppMessage: function (ops) {
if (ops.from === 'button') {
// 来自页面内转发按钮
console.log(ops.target)
}
return {
title: this.data.name,
desc: '',
path: '/pages/goods/detail/detail?objectId=' + this.data.objectId,
success: function (res) {
// 转发成功
console.log("转发成功:" + JSON.stringify(res));
},
fail: function (res) {
// 转发失败
console.log("转发失败:" + JSON.stringify(res));
参数肯定会带呀,带是不起作用,现在很郁闷
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
button标签中添加open-type=share也是不起任何作用
只是分享页面路径出去吧,没有带参数
button标签中添加open-type=share也是不起任何作用
这个只是让这个button点击后可以和小程序右上角那个分享的功能一样,并没有携带参数出去,而且你这个界面给朋友打开后,onload里面肯定要有参数去加载吧
空白不就是数据没加载?你的代码片段是假的吧
button标签中添加open-type=share也是不起任何作用
onShareAppMessage: function (ops) {
if (ops.from === 'button') {
// 来自页面内转发按钮
console.log(ops.target)
}
return {
title: this.data.name,
desc: '',
path: '/pages/goods/detail/detail?objectId=' + this.data.objectId,
success: function (res) {
// 转发成功
console.log("转发成功:" + JSON.stringify(res));
},
fail: function (res) {
// 转发失败
console.log("转发失败:" + JSON.stringify(res));
}
}
}
参数肯定会带呀,带是不起作用,现在很郁闷