判断是否打开摄像权限功能,怎么有的手机打开了微信摄像权限,还是显示没有打开权限了?
代码如下
wx.getSetting({
success: (res) => {
if (!res.authSetting["scope.camera"]) {
}
3 回复
你好,wx.getSetting获取的是小程序的权限哈:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/authorize.html