收藏
回答

wx.scancode为什么偶尔会陷入死循环?

wx.scancode为什么偶尔会陷入死循环?关闭之后会被重复调用

回答关注问题邀请回答
收藏

3 个回答

  • 灵芝
    灵芝
    2020-03-07

    麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2020-03-07
    有用
    回复
  • Kitty-
    Kitty-
    2020-03-06

      getQrcode() {

        // clearInterval(timer);

        // timer = null;

        return new Promise((resolve, reject) => {

          wx.scanCode({

            success(res) {

              resolve(res.result)

            },

            fail(res) {

              wx.showToast({

                title: '扫码失败',

                icon: 'none',

                duration: 4000

              })

              reject(false)

            }

          })

        }).catch(err => { })

      },

    let code = await that.getQrcode();

            that.setData({

              page: 1,

              customerId:res

            })


    2020-03-06
    有用
    回复
  • Stephen
    Stephen
    2020-03-06

    麻烦提供一下代码片断

    2020-03-06
    有用
    回复
登录 后发表内容
问题标签