Commit 42078746 by zhangzhen

细节优化

parent 23a0f6ed
......@@ -361,11 +361,13 @@
uni.navigateTo({
url:`/pages/order/order?roomId=${this.orderInfo.roomId}&orderNo=${this.orderInfo.orderNo}`
})
return
}else{
uni.showToast({
icon:"none",
title:"此订单已无可续单时段"
})
return
}
}
}else{
......@@ -373,7 +375,7 @@
if(item.status == 0){
d = moment(item.timeHour).valueOf()
}else{
d = moment(item.endHoldTime).valueOf()
d = moment(item.endHoldTime).add(1,'m').valueOf()
}
if(d > startDateStemp){
orderStartTime = d;
......
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