From 47e81312211f2a0211999e05c8224b8e48a3f138 Mon Sep 17 00:00:00 2001
From: 劉鈞霖 <benson@gmail.com>
Date: 星期五, 26 十一月 2021 11:49:28 +0800
Subject: [PATCH] [ Update ] 更新預約前問項 UI 以及邏輯調整,登入儲存登入資料給預約前做使用

---
 PAMapp/assets/ts/api/consultant.ts |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/PAMapp/assets/ts/api/consultant.ts b/PAMapp/assets/ts/api/consultant.ts
index 382a492..046cf4e 100644
--- a/PAMapp/assets/ts/api/consultant.ts
+++ b/PAMapp/assets/ts/api/consultant.ts
@@ -127,14 +127,16 @@
 }
 
 export interface AppointmentRequests {
-  connectDevices: any[],
-  hopeContactTime: any,
-  email?: string,
-  job?: string,
-  otherJob?: string,
-  gender?: string,
-  myQuestion: any[],
-  age?: string,
+    phone:string,
+    email:string,
+    contactType:string,
+    gender:string,
+    age:string,
+    job:string,
+    requirement:string,
+    hopeContactTime:string[],
+    otherRequirement:string,
+    agentNo:string,
 }
 export interface AppointmentParams {
     phone?: string,

--
Gitblit v1.8.0