From bd3d22f2637d94c3299178d923ed8161e787cfe5 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期三, 22 十二月 2021 14:50:16 +0800
Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM

---
 PAMapp/components/Client/ClientCard.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue
index b600629..e3548a1 100644
--- a/PAMapp/components/Client/ClientCard.vue
+++ b/PAMapp/components/Client/ClientCard.vue
@@ -97,7 +97,7 @@
 import { Vue, Component, Prop, Action } from 'nuxt-property-decorator';
 
 import appointmentService from '~/shared/services/appointment.service';
-import { isMobileDevice } from '~/shared/device';
+import UtilsService from '~/shared/services/utils.service';
 import { hideReviews } from '~/shared/const/hide-reviews';
 import { ClientInfo } from '~/shared/models/client.model';
 import myConsultantService from '~/shared/services/my-consultant.service';
@@ -194,7 +194,7 @@
     }
 
     openDetail() {
-        this.dialogWidth = isMobileDevice() ? '80%' : '';
+        this.dialogWidth = UtilsService.isMobileDevice() ? '80%' : '';
         this.isVisibleDialog = true;
     }
 

--
Gitblit v1.8.0