From f2f30919daac6f577c5236785009c510ebb2ccb7 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期二, 07 十二月 2021 12:18:08 +0800
Subject: [PATCH] update#132068: 嚴選配對篩選後,進行預約,想要詢問的問題等沒有自動帶入

---
 PAMapp/assets/ts/api/consultant.ts |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/PAMapp/assets/ts/api/consultant.ts b/PAMapp/assets/ts/api/consultant.ts
index 08935d3..a797075 100644
--- a/PAMapp/assets/ts/api/consultant.ts
+++ b/PAMapp/assets/ts/api/consultant.ts
@@ -167,26 +167,26 @@
     agentNo        : string
 }
 export interface StrictQueryParams{
-    gender:           string;
-    avgScore:         number;
-    status:           string; //phase 1 disable
-    area:             string;
-    requirements:     string[];
+    gender          : string;
+    avgScore        : number;
+    status          : string;    //phase 1 disable
+    area            : string;
+    requirements    : string[];
     otherRequirement: string;
-    seniority:        string;
-    popularTags:      string[];
+    seniority       : string;
+    popularTags     : string[];
     otherPopularTags: string;
 }
 export interface AgentOfStrictQuery {
-    agentNo:       string;
-    name:          string;
-    img:           string;
-    expertise:     string[];
-    avgScore:      number;
+    agentNo      : string;
+    name         : string;
+    img          : string;
+    expertise    : string[];
+    avgScore     : number;
     contactStatus: null;
-    updateTime:    null;
-    seniority:     string;
-    new:           boolean;
+    updateTime   : null;
+    seniority    : string;
+    new          : boolean;
 }
 export interface RequestOfLoginSuccess{
   id_token: string;
@@ -230,4 +230,4 @@
 export interface UserReviewsConsultantsParams{
     appointmentId:number,
     score:number,
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0