Commit e4e896dc by zhangzhen

细节优化

parent d6aa72d6
......@@ -366,13 +366,13 @@
})
},
onNavToOrder(item) {
if(item.isDirtyRoom >=1){
uni.showToast({
icon:"none",
title:'当前房间未保洁,无法预定,请选择其他房间'
})
return
}
// if(item.isDirtyRoom >=1){
// uni.showToast({
// icon:"none",
// title:'当前房间未保洁,无法预定,请选择其他房间'
// })
// return
// }
uni.navigateTo({
url: `/pages/order/order?roomId=${item.id}`
})
......
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