فهرست منبع

图库权限bug

jwyu 3 سال پیش
والد
کامیت
1bf1cd2c2e
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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) => {},