登录、授权修改

master
Lee 2023-01-03 14:51:14 +08:00
parent 0e4341ad10
commit 685c994596
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@
uni.setStorageSync('expire',res.data.data.expire); // uni.setStorageSync('expire',res.data.data.expire); //
uni.setStorageSync('phone_active',res.data.data.phone_active); // uni.setStorageSync('phone_active',res.data.data.phone_active); //
uni.setStorageSync('is_active',res.data.data.is_active)// uni.setStorageSync('is_active',res.data.data.is_active)//
if(res.data.data.phone_active==0 || res.data.data.is_active==0) { if(res.data.data.phone_active==0||res.data.data.is_active==0) {
if(uni.getStorageSync('authorization')==1){ if(uni.getStorageSync('authorization')==1){
this.showAuth = true; this.showAuth = true;
}else{ }else{

File diff suppressed because one or more lines are too long