小程序
小游戏
企业微信
微信支付
扫描小程序码分享
无论你扫几个小程序码都只能进入第一次的参数页面,而不能进入当前扫码商品页面,说白了就是小程序获取到的商品id参数都是第一次进入时获取到的
都不是当前参数
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
请问这个问题是
方法可以解决吗?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
同样的问题,求解
scene: `pid=${this.data.partJobId}` page: pages/index/index onLoad(){ if (!options.scene) { this.setData({ partJobId: options.partJobId || '' }) } else { var getQueryString = {} var strs = decodeURIComponent(options.scene).split('&') //以&分割 //取得全部并赋值 for (var i = 0; i < strs.length; i++) { getQueryString[strs[i].split('=')[0]] = unescape(strs[i].split('=')[1]) } this.setData({ partJobId: getQueryString['pid'] || '' }) } },
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
请问这个问题是
调用在app show 中调用wx.getEnterOptionsSync()
和wx.getLaunchOptionsSync()
方法可以解决吗?
同样的问题,求解
scene: `pid=${this.data.partJobId}` page: pages/index/index onLoad(){ if (!options.scene) { this.setData({ partJobId: options.partJobId || '' }) } else { var getQueryString = {} var strs = decodeURIComponent(options.scene).split('&') //以&分割 //取得全部并赋值 for (var i = 0; i < strs.length; i++) { getQueryString[strs[i].split('=')[0]] = unescape(strs[i].split('=')[1]) } this.setData({ partJobId: getQueryString['pid'] || '' }) } },