收藏
回答

wx.scanCode在红米5plus中获取不到链接中的参数?

 wx.scanCode在红米5plus中获取不到链接中的参数
// 扫码绑定站点
  scancode(e) {
    const that = this;
    wx.scanCode({
      scanType'QR_CODE',
      success(res) {
        if (null == app.globalData.UNIQUENUM) {
          that.setData({
            user_accesstrue
          })
          if (res !== undefined) {
            let scan_urls = decodeURIComponent(res.result);
            that.setData({
              shopId: cry.getQueryString(scan_urls, 'shopId'),
            })
          }
        } else {
          if (res !== undefined) {
            let scan_urls = decodeURIComponent(res.result);
            that.setData({
              shopId: cry.getQueryString(scan_urls, 'shopId'),
            })
            console.log(that.data.shopId + '{{}}')
            let bidingParam = {
              UNIQUENUM: app.globalData.UNIQUENUM,
              OAUTHCODE: app.globalData.OAUTHCODE,
              phoneNum: app.globalData.phoneNum,
              shopId: that.data.shopId
            }
            api.request(apiName.courierBindingShop, bidingParam).then((res) => {
              if (res.data.code == "SUCCESS") {
                wx.showToast({
                  title'绑定成功',
                  duration2500,
                  masktrue,
                  icon'none',
                  success() {
                    setTimeout(function () {
                      that.onPullDownRefresh()
                    }, 1000)
                  }
                })
              } else {
                wx.showToast({
                  title: res.data.message,
                  duration2500,
                  masktrue,
                  icon'none',
                })
              }
            })
            // 绑定站点
          } else {
            wx.showToast({
              title'未获取到站点Id',
              duration3000,
              masktrue,
              icon"none"
            })
          }
        }


      },
    })
  }
res.result返回的一直是null,其他机型正常。
回答关注问题邀请回答
收藏

1 个回答

  • 是小白啊
    是小白啊
    2020-03-03

    麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,时间点

    2020-03-03
    有用
    回复 3
    • 2020-03-03
      微信号 yd18288732722 
      时间:2020-3-3 下午3.20;上传的日志
      res.result
      2020-03-03
      回复
    • 2020-03-03
      链接中的参数还是返回的是Null
      2020-03-03
      回复
    • 是小白啊
      是小白啊
      2020-03-03回复
      问题已知,后续版本修复
      2020-03-03
      回复
登录 后发表内容
问题标签