返回值:checkJsApi:permission on denied
wx.checkJsApi({
jsApiList: ["chooseImage"], // 需要检测的JS接口列表,所有JS接口列表见附录2,
fail:(... rs: any[]) => {
console.log(rs);
alert(JSON.stringify(rs));
},
success: (rep: any) => {})});
这个接口也不需要别的参数,电脑,手机上都失败!
您好,可以看下config调用是否正常