From c0051fba69438a587afb92f7d4e6ae5ded3a8521 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期一, 15 十一月 2021 08:04:24 +0800
Subject: [PATCH] add: TODO#130194 串接取得顧問img api

---
 PAMapp/components/Consultant/ConsultantSwiper.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/PAMapp/components/Consultant/ConsultantSwiper.vue b/PAMapp/components/Consultant/ConsultantSwiper.vue
index 21e04da..ec5231d 100644
--- a/PAMapp/components/Consultant/ConsultantSwiper.vue
+++ b/PAMapp/components/Consultant/ConsultantSwiper.vue
@@ -10,7 +10,7 @@
           :key="index"
         >
             <div class="consultantCardStyle" >
-              <el-avatar class="mb-10" :size="80" :src="agentInfo.img"></el-avatar>
+              <UiAvatar :size="80" :fileName="agentInfo.img" class="mb-10"></UiAvatar>
               <div class="name">{{agentInfo.name}}</div>
               <div>
                 <i class="icon-star pam-icon icon--yellow"></i>

--
Gitblit v1.8.0