1.出现 {errMsg: "chooseImage:fail, the permission value is offline verifying"} 错误
a) 确认是否引入JSAPI,并且务必写在wx.ready中
b) 确认config的jsApiList参数 是否有这个调用的方法。
例如 我需要用到 chooseImage方法,则必须在jsApiList中有这个参数
标签:off pos offline ima div color 分享 err read
1.出现 {errMsg: "chooseImage:fail, the permission value is offline verifying"} 错误
a) 确认是否引入JSAPI,并且务必写在wx.ready中
b) 确认config的jsApiList参数 是否有这个调用的方法。
例如 我需要用到 chooseImage方法,则必须在jsApiList中有这个参数
标签:off pos offline ima div color 分享 err read
原文地址:https://www.cnblogs.com/MainActivity/p/8472458.html