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