登录、授权修改
parent
0e4341ad10
commit
685c994596
|
@ -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
Loading…
Reference in New Issue