微信wx.getLaunchOptionsSync()获取的场景值不正确
const _obj = wx.getLaunchOptionsSync()
console.log(_obj[‘scene’])
app.js下的
onShow: function(options) {
console.log(options[‘scene’])
}
两个方式拿到的场景值不一致,wx.getLaunchOptionsSync()拿到的场景值是错误的