mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-08 10:26:45 +08:00
提交
This commit is contained in:
@@ -325,8 +325,8 @@
|
||||
let end = new Date('2022/06/29 00:00:00') //对比时间
|
||||
if(now.getTime() < end.getTime()){
|
||||
let times = uni.getStorageSync(this.signLocalTimesKey);
|
||||
//let isNewLogin=uni.getStorageSync("boe_new_login");
|
||||
let isNewLogin='1';
|
||||
let isNewLogin=uni.getStorageSync("boe_new_login");
|
||||
//let isNewLogin='1';
|
||||
if(isNewLogin && isNewLogin=='1'){
|
||||
if(!times){
|
||||
this.signInShow = true;//显示
|
||||
|
||||
Reference in New Issue
Block a user