Browse Source

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

LiChengjin 3 months ago
parent
commit
8d29d80ad7
1 changed files with 1 additions and 0 deletions
  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({