保誠-保戶業務員媒合平台
Tomas
2021-11-16 9ffa1aa2efeace8498647ae589acec398193945d
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() {