PAMapp/pages/myAppointmentList/appointmentList.vue | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 |
PAMapp/pages/myAppointmentList/appointmentList.vue
@@ -39,7 +39,7 @@ onMyAppointmentListChange() { const unreadList = this.myAppointmentList .filter(item => item.communicateStatus !== 'contacted' && !item.consultantReadTime) .sort((a, b) => a.consultantViewTime > b.consultantViewTime ? 1 : -1); .sort((a, b) => a.appointmentDate > b.appointmentDate ? -1 : 1); const readList = this.myAppointmentList .filter(item => item.communicateStatus !== 'contacted' && item.consultantReadTime)