小程序使用wx.scanCode 接口 在android 手机上 第二次不能扫码
发布于 6 年前 作者 fcheng 2994 次浏览 来自 问答

scancode: function () {

    var self = this;

    wx.scanCode({

      success: function (res) {

  self.scancode()

      }

    })

  },

1 回复

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

回到顶部