微信小程序扫描二维码超简单

作者: wechat 发布时间: 2019-10-18 浏览: 1414 次 编辑

调用微信扫一扫能力,只需要:

wx.scanCode({
  success: (res) => {
    console.log(res)
  }
})