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}}