Browse Source

图库权限bug

jwyu 2 years ago
parent
commit
1bf1cd2c2e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pages/chart/component/noAuth.vue

+ 3 - 0
pages/chart/component/noAuth.vue

@@ -56,6 +56,9 @@ export default {
     },
     methods: {
         handleCall(){
+            if(this.authType==1){
+                this.handleAutoApply()
+            }
             uni.makePhoneCall({
                 phoneNumber: this.info.mobile,
                 success: (result) => {},