From 866d2253e5db279aad6bd568556983df118b3887 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期二, 16 十一月 2021 10:45:20 +0800
Subject: [PATCH] update: 我的顧問清單(已聯絡)/預約清單(已聯絡) 增加 banner

---
 PAMapp/layouts/default.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/PAMapp/layouts/default.vue b/PAMapp/layouts/default.vue
index fe86610..302a1b7 100644
--- a/PAMapp/layouts/default.vue
+++ b/PAMapp/layouts/default.vue
@@ -47,7 +47,7 @@
 
     // format to {page}-banner or pam-no-banner tag
     private routeFormatBannerClass(route: string): string {
-      const needBannerTags = ['recommendConsultant', 'quickFilter', 'myConsultantList-consultantList','myAppointmentList-appointmentList'];
+      const needBannerTags = ['recommendConsultant', 'quickFilter', 'myConsultantList-consultantList', 'myConsultantList-contactedList', 'myAppointmentList-appointmentList', 'myAppointmentList-contactedList'];
       return _.includes(needBannerTags, route) ? route + '-banner' : 'pam-no-banner';
     };
 
@@ -161,7 +161,7 @@
     }
   }
 
-  .myConsultantList-consultantList {
+  .myConsultantList-consultantList,.myConsultantList-contactedList {
     &-banner {
       background-image: url('~/assets/images/myConsultantList/banner_mob.svg');
     }
@@ -186,7 +186,7 @@
       }
     }
   }
-  .myAppointmentList-appointmentList{
+  .myAppointmentList-appointmentList,.myAppointmentList-contactedList{
     &-banner {
       background-image: url('~/assets/images/myAppointmentList/agent_banner_mob.svg');
     }

--
Gitblit v1.8.0