Commit 4b3d16b7 authored by 顾文旭's avatar 顾文旭

15 day

parent 48d04d14
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
// 规则 // 规则
disabledDateStart(time) { disabledDateStart(time) {
let _now = Date.now(); let _now = Date.now();
let threeDays = _now + 3 * 24 * 60 * 60 * 1000; let threeDays = _now + 15 * 24 * 60 * 60 * 1000;
return time.getTime() < _now - 8.64e7 || time.getTime() > threeDays; //大于当前的禁止,小于3天前的禁止 return time.getTime() < _now - 8.64e7 || time.getTime() > threeDays; //大于当前的禁止,小于3天前的禁止
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment