From c2add83b093cc4b300c7c6aaf97c6ee46c5acb25 Mon Sep 17 00:00:00 2001 From: wangyx <2838268875@qq.com> Date: Fri, 8 Aug 2025 18:02:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=BF=AD=E4=BB=A3=EF=BC=8C?= =?UTF-8?q?=E9=80=80=E6=88=BF=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/index.js | 2 +- subpages/mine/checkInRecord/checkInRecord.wxml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/api/index.js b/api/index.js index 2102dfc..6097067 100644 --- a/api/index.js +++ b/api/index.js @@ -9,7 +9,7 @@ export function getPolicyInfo(id) { } // 选房记录 export function chooseRoomRec(pamars) { - return fly.get(`/bysmp/chooseRoomRec/page`,pamars) + return fly.get(`/bysmp/chooseRoomRec/pageCheckIn`, pamars); } // 【退房确认】查看进行中的退房信息 export function getProcessingCheckOutInfo(pamars) { diff --git a/subpages/mine/checkInRecord/checkInRecord.wxml b/subpages/mine/checkInRecord/checkInRecord.wxml index 63fc6ad..239b569 100644 --- a/subpages/mine/checkInRecord/checkInRecord.wxml +++ b/subpages/mine/checkInRecord/checkInRecord.wxml @@ -8,7 +8,8 @@ {{item.status === '1'?'已入住':item.status === '3'?'已过期':item.status === '4'?'已取消':item.status === '5'?'已退房':item.status === '6'?'已撤销资格':item.status === '7'?'审核不通过':''}} {{item.buildingName}}-{{item.unitName || ''}}-{{item.houseName}}-{{item.roomType}} - {{item.inDate}} 至 {{item.outDate}} + {{item.inDate}} 至 {{item.outDate}} + {{item.inDate}} 至 {{item.actualOutDate}}