This commit is contained in:
daihh
2022-06-20 21:09:41 +08:00
parent 536151d2fd
commit 01ac481da9

View File

@@ -325,8 +325,8 @@
let end = new Date('2022/06/29 00:00:00') //对比时间 let end = new Date('2022/06/29 00:00:00') //对比时间
if(now.getTime() < end.getTime()){ if(now.getTime() < end.getTime()){
let times = uni.getStorageSync(this.signLocalTimesKey); let times = uni.getStorageSync(this.signLocalTimesKey);
//let isNewLogin=uni.getStorageSync("boe_new_login"); let isNewLogin=uni.getStorageSync("boe_new_login");
let isNewLogin='1'; //let isNewLogin='1';
if(isNewLogin && isNewLogin=='1'){ if(isNewLogin && isNewLogin=='1'){
if(!times){ if(!times){
this.signInShow = true;//显示 this.signInShow = true;//显示