PAMapp/components/Consultant/ConsultantCard.vue
@@ -107,7 +107,6 @@ }; get avatarFileName() { console.log('avatarFileName') return this.agentInfo.img ? this.agentInfo.img : this.agentInfo.image; } @@ -136,7 +135,7 @@ get hopeContactTime() { const contactList = this.appointmentDetail.hopeContactTime .split("'").map(item => item.slice(0, item.length - 1)); .split("'").map(item => item.slice(0, item.length)); return contactList.filter(item => !!item) } reserveCommunication() {