弹框授权修改

master
chen 2022-03-27 17:19:17 +08:00
parent 3ffc98b979
commit 07360c6ad8
2 changed files with 1 additions and 4 deletions

View File

@ -199,9 +199,6 @@
this.showMobile = false; this.showMobile = false;
uni.setStorageSync('phone_active',1);// uni.setStorageSync('phone_active',1);//
uni.setStorageSync('outside',6);// uni.setStorageSync('outside',6);//
setTimeout(()=>{
this.authEv();
},2000)
// this.showAuth = false; // // this.showAuth = false; //
// uni.reLaunch({ // // uni.reLaunch({ //
// url:uni.getStorageSync('urlparams') // url:uni.getStorageSync('urlparams')

File diff suppressed because one or more lines are too long