微信开发笔记

1.出现 {errMsg: "chooseImage:fail, the permission value is offline verifying"}  错误

  a)  确认是否引入JSAPI,并且务必写在wx.ready中

  b)  确认config的jsApiList参数 是否有这个调用的方法。

例如 我需要用到 chooseImage方法,则必须在jsApiList中有这个参数

原文地址:https://www.cnblogs.com/MainActivity/p/8472458.html