1.出现 {errMsg: "chooseImage:fail, the permission value is offline verifying"} 错误
a) 确认是否引入JSAPI,并且务必写在wx.ready中
b) 确认config的jsApiList参数 是否有这个调用的方法。
例如 我需要用到 chooseImage方法,则必须在jsApiList中有这个参数
2023-12-02 14:17:40
1.出现 {errMsg: "chooseImage:fail, the permission value is offline verifying"} 错误
a) 确认是否引入JSAPI,并且务必写在wx.ready中
b) 确认config的jsApiList参数 是否有这个调用的方法。
例如 我需要用到 chooseImage方法,则必须在jsApiList中有这个参数