diff --git a/subpages/mine/checkInRecord/checkInRecord.wxml b/subpages/mine/checkInRecord/checkInRecord.wxml
index d05beaf..377ab1a 100644
--- a/subpages/mine/checkInRecord/checkInRecord.wxml
+++ b/subpages/mine/checkInRecord/checkInRecord.wxml
@@ -7,7 +7,7 @@
{{item.apartmentName}}
{{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.buildingName}}-{{item.unitName || ''}}-{{item.houseName}}-{{item.roomType}}
{{item.inDate}} 至 {{item.outDate}}