Commit aa3431dd by zhangzhen

细节优化

parent 60755f0c
......@@ -72,7 +72,7 @@
},
"requiredPrivateInfos" : [ "getLocation" ],
"uniStatistics" : {
"enable" : true
"enable" : false
}
},
"mp-alipay" : {
......
......@@ -760,8 +760,8 @@
}
// 在时间小时段内,在被占用的情况下,新增订单的开始分钟时间需要占用结束时间后,结束分钟时间需在时间占用开始前
if ((this.dateIntervalList[index].status == 1 && index > start && index < start + this.duration) ||
(this.dateIntervalList[index].status == 1 && index == end && Number(startM) >= Number(
endTimeM))
(this.dateIntervalList[index].status == 1 && this.orderType == 1 && index == end && Number(startM) >= Number(endTimeM))||
(this.dateIntervalList[index].status == 1 && this.orderType == 2 && index > start && Number(endM) >= Number(endTimeM))
) {
// 表示时间点被占用,无法选择
this.useDateStatus = false
......
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