diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue
index 920174b..62ad9c5 100644
--- a/src/views/incomePayments/meetManage/Attendance.vue
+++ b/src/views/incomePayments/meetManage/Attendance.vue
@@ -48,7 +48,7 @@
{{ currentMeetingInfo.estimatedNumber }}
- {{ currentMeetingInfo.hotelName }}
+ {{ currentMeetingInfo.hotelName }}
{{ currentMeetingInfo.hotelAddress }}
@@ -58,7 +58,7 @@
- {{ item.hotelContacts + ':' + item.hotelContactsPhone + ' ' }}
+ {{ item.hotelContacts + (item.hotelContactsPhone ?':':'') + item.hotelContactsPhone + ' ' }}