@@ -133,9 +133,10 @@
}else{
wx.getSetting({
success(res) {
- if (!res.authSetting['scope.camera']){
+ /*if (!res.authSetting['scope.camera']){
that.show_qx=false;
- }else if (!res.authSetting['scope.record']){
+ }else*/
+ if (!res.authSetting['scope.record']){
uni.navigateTo({
@@ -450,9 +450,10 @@
@@ -207,9 +207,10 @@