Commit e4e896dc by zhangzhen

细节优化

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