Browse Source

opt:支付时房间被占用弹出框不显示取消按钮

LiChengjin 3 tháng trước cách đây
mục cha
commit
8d29d80ad7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      subpkg_checkin/confirmOrder/confirmOrder.vue

+ 1 - 0
subpkg_checkin/confirmOrder/confirmOrder.vue

@@ -221,6 +221,7 @@
 				} else {
 					uni.showModal({
 						content: '房间已被占用,请重新选房',
+						showCancel: false,
 						success: (res) => {
 							if (res.confirm) {
 								uni.navigateTo({