mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
提交
This commit is contained in:
@@ -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;//显示
|
||||||
|
|||||||
Reference in New Issue
Block a user