Commit dffa6666 by zhangzhen

1

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