Commit dffa6666 by zhangzhen

1

parent 15b353c5
...@@ -417,13 +417,13 @@ ...@@ -417,13 +417,13 @@
}) })
return return
} }
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