Commit badd3158 by zhangzhen

细节优化

parent 5cf01c80
...@@ -1164,8 +1164,8 @@ ...@@ -1164,8 +1164,8 @@
}, },
onOrderConfirm() { onOrderConfirm() {
let nowDate = moment().format("HHmmss") let nowDate = moment().format("HHmm")
let setDate = moment(this.dateObj.startDate).format("HHmmss"); let setDate = moment(this.dateObj.startDate).format("HHmm");
// 如果当前时间大于开始时间,则不允许下单 // 如果当前时间大于开始时间,则不允许下单
if(nowDate > setDate){ if(nowDate > setDate){
......
...@@ -157,7 +157,7 @@ import NoLogin from "@/components/noLogin/noLogin" ...@@ -157,7 +157,7 @@ import NoLogin from "@/components/noLogin/noLogin"
value: "1", value: "1",
}, },
{ {
label: "已完成", label: "已使用",
value: "2", value: "2",
}, },
{ {
......
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