Ver código fonte

图库权限bug

jwyu 2 anos atrás
pai
commit
1bf1cd2c2e
1 arquivos alterados com 3 adições e 0 exclusões
  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) => {},