Commit 103a5540 by zhangzhen

细节优化

parent 4eb65ec5
......@@ -211,7 +211,7 @@
if(res.data.data.status ===2){
let nowTime = moment().valueOf();
let endTime = moment(res.data.data.endDate).valueOf();
if(nowTime-endTime< 150*60*1000){
if(nowTime-endTime< 15*60*1000){
this.continStatus = true;
}
}
......
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