Browse Source

opt:修改入住失败的提示

LiChengjin 1 tháng trước cách đây
mục cha
commit
551142a36f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      subpkg_checkin/checkin/checkin.vue

+ 1 - 1
subpkg_checkin/checkin/checkin.vue

@@ -105,7 +105,7 @@
 						let failName = this.checkinInfo[falsePos].name
 						uni.showModal({
 							showCancel: false,
-							content: '办理失败,请至 订单->已入住 处重新办理;若仍失败,请至联系前台',
+							content: '办理失败,请重新选择订单',
 							success: (res) => {
 								if (res.confirm) {
 									uni.switchTab({