小程序
小游戏
企业微信
微信支付
扫描小程序码分享
onShareAppMessage 这个函数里面设置的页面路径为授权页面 分享出去后 别人点开进来的第一个页面就是这个授权页面吧
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
onShareAppMessage 有个别安卓手机 点一次button 会调用两次
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
你好,进来的页面是你定义的path的路径
<button class="flex flex_pack_center" data-name="shareBtn" open-type="share" >分享链接</button>
onShareAppMessage: function (res) {
console.log(res);
if (res.from === 'button') {
// 来自页面内转发按钮
console.log(res.target)
console.log(222222)
}
return {
title: '推广大使',
desc: '自定义分享描述',
path: 'page/share?id=123',
imageUrl: "../../images/1.jpg"
},你好并没有触发这个事件呀
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
onShareAppMessage 有个别安卓手机 点一次button 会调用两次
你好,进来的页面是你定义的path的路径
<button class="flex flex_pack_center" data-name="shareBtn" open-type="share" >分享链接</button>
onShareAppMessage: function (res) {
console.log(res);
if (res.from === 'button') {
// 来自页面内转发按钮
console.log(res.target)
console.log(222222)
}
return {
title: '推广大使',
desc: '自定义分享描述',
path: 'page/share?id=123',
imageUrl: "../../images/1.jpg"
}
},你好并没有触发这个事件呀
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。