소스 검색

opt:修改入住失败的提示

LiChengjin 3 달 전
부모
커밋
551142a36f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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({