小程序
小游戏
企业微信
微信支付
扫描小程序码分享
AppID wx4adfa80f490a0a51
遇到奇怪的问题,有的页面可以向朋友圈展示,有的不行只能自己看到。
反复查看代码后看不出问题,求解答。
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
楼主,请问你的情况是不是小程序有一个页面分享到朋友圈就只能自己看到,别人看不到,有的页面分享到朋友圈就一切正常
请官方帮忙解答下
这样写总没错~~~
/**
* 用户点击右上角分享
*/
onShareTimeline(){
return {
title: '小科鼠|科研优选互动平台',
path: '/pages/index/index?scene=' + wx.getStorageSync('userInfo').invite,
imageUrl: '../../image/sharePng.png'
}
},
onShareAppMessage: function (res) {
let that = this;
// 来自页面按钮的分享
if (res.form == 'button') {
console.log(res.target, res)
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
楼主,请问你的情况是不是小程序有一个页面分享到朋友圈就只能自己看到,别人看不到,有的页面分享到朋友圈就一切正常
请官方帮忙解答下
这样写总没错~~~
/**
* 用户点击右上角分享
*/
onShareTimeline(){
return {
title: '小科鼠|科研优选互动平台',
path: '/pages/index/index?scene=' + wx.getStorageSync('userInfo').invite,
imageUrl: '../../image/sharePng.png'
}
},
onShareAppMessage: function (res) {
let that = this;
// 来自页面按钮的分享
if (res.form == 'button') {
console.log(res.target, res)
}
return {
title: '小科鼠|科研优选互动平台',
path: '/pages/index/index?scene=' + wx.getStorageSync('userInfo').invite,
imageUrl: '../../image/sharePng.png'
}
}