https://developers.weixin.qq.com/miniprogram/dev/framework/app-service/scene.html#返回来源信息的场景
https://developers.weixin.qq.com/miniprogram/dev/api/base/app/life-cycle/wx.getLaunchOptionsSync.html
场景值列表文章来源:https://www.toymoban.com/news/detail-783948.html
只有1008是来源群聊文章来源地址https://www.toymoban.com/news/detail-783948.html
/**
* 生命周期函数--监听页面显示
*/
onShow() {
const launchOps = wx.getLaunchOptionsSync();
console.error(launchOps);
if (launchOps.scene === 1008) {
this.setData({
isFromGroup: true
})
}
},
到了这里,关于微信小程序获取来源场景值的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!