From 82e2a62e7c90cc191f9e2ebc569fe3a3663b68b0 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期五, 03 十二月 2021 11:19:00 +0800 Subject: [PATCH] Merge branch '預約單更新與刪除' --- PAMapp/components/Consultant/ConsultantCard.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue index 79ff533..de521db 100644 --- a/PAMapp/components/Consultant/ConsultantCard.vue +++ b/PAMapp/components/Consultant/ConsultantCard.vue @@ -154,9 +154,7 @@ reserveCommunication() { const contactStatus = this.agentInfo.contactStatus; if (!contactStatus || contactStatus === 'picked') { - isLogin() - ? this.$router.push(`/questionnaire/${this.agentInfo.agentNo}`) - : this.$router.push('/login'); + this.$router.push(`/questionnaire/${this.agentInfo.agentNo}`) } else { this.openPopUp(); } -- Gitblit v1.8.0