From 9e5ba2970c2ebe484d8b1e5f43ddd23201c451e5 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 16 十一月 2021 14:23:28 +0800 Subject: [PATCH] update 我的顧問清單: 登入後若localStorage內有資料, 就呼叫加入顧問api --- PAMapp/components/Consultant/ConsultantCard.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue index cf2564a..f4c5d8a 100644 --- a/PAMapp/components/Consultant/ConsultantCard.vue +++ b/PAMapp/components/Consultant/ConsultantCard.vue @@ -107,7 +107,6 @@ }; get avatarFileName() { - console.log('avatarFileName') return this.agentInfo.img ? this.agentInfo.img : this.agentInfo.image; } -- Gitblit v1.8.0