mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 09:26:45 +08:00
调整弹出时间
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
},
|
||||
mounted() {
|
||||
let now=new Date();
|
||||
let min=new Date(2022,10,7,0,0,0);
|
||||
let min=new Date(2022,10,9,0,0,0);
|
||||
let max=new Date(2022,10,9,6,0,0);
|
||||
//console.log(now,min,max);
|
||||
//console.log(now.getTime(),min.getTime(),max.getTime());
|
||||
|
||||
Reference in New Issue
Block a user