From 0496faa586224dff0a93ba4abcaeafab6df83aa2 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期五, 26 十一月 2021 10:19:18 +0800
Subject: [PATCH] fix: TODO#130846 各內頁加上 navbar (web 跑版)

---
 PAMapp/plugins/api/home.ts |  165 +++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 123 insertions(+), 42 deletions(-)

diff --git a/PAMapp/plugins/api/home.ts b/PAMapp/plugins/api/home.ts
index 847f329..8e48b54 100644
--- a/PAMapp/plugins/api/home.ts
+++ b/PAMapp/plugins/api/home.ts
@@ -5,70 +5,151 @@
     recommendConsultantList(){
         const debugData = [
             {
-                id: 0,
+                new: true,
+                agentNo: 0,
                 name: '撘萄���',
-                img: 'https://randomuser.me/api/portraits/women/31.jpg',
-                loginState: '銝��',
-                satisfaction: 4.8
+                img: '',
+                professionals: ['鞎∪����', '鞈頧宏'],
+                satisfaction: 4.8,
+                contactStatus: 'reserved',
+                updateTime: 'Tue Nov 02 2021 11:40:02 GMT+0800 (��������)'
             },
             {
-                id: 1,
+                new: true,
+                agentNo: 1,
                 name: '�撣亙',
-                img: 'https://randomuser.me/api/portraits/men/32.jpg',
-                loginState: '銝��',
-                satisfaction: 4
+                img: '',
+                professionals: [],
+                satisfaction: 4,
+                contactStatus: 'contacted',
+                updateTime: 'Tue Nov 02 2021 11:40:02 GMT+0800 (��������)'
             },
             {
-                id: 2,
+                new: false,
+                agentNo: 2,
                 name: '���戊',
-                img: 'https://randomuser.me/api/portraits/women/33.jpg',
-                loginState: '�蝺�',
-                satisfaction: 5
+                img: '',
+                professionals: ['鞎∪����', '鞈頧宏'],
+                satisfaction: 5,
+                contactStatus: 'picked',
+                updateTime: 'Tue Oct 12 2021 19:05:02 GMT+0800 (��������)'
             },
             {
-                id: 3,
+                new: false,
+                agentNo: 3,
                 name: '�蝢��',
-                img: 'https://randomuser.me/api/portraits/women/34.jpg',
-                loginState: '銝��',
-                satisfaction: 4.3
+                img: '',
+                professionals: ['鞎∪����', '鞈頧宏'],
+                satisfaction: 4.3,
+                contactStatus: 'picked',
+                updateTime: 'Tue Nov 02 2021 11:40:02 GMT+0800 (��������)'
             },
             {
-                id: 4,
+                new: true,
+                agentNo: 4,
                 name: '撘萄���',
-                img: 'https://randomuser.me/api/portraits/women/35.jpg',
-                loginState: '敹��',
-                satisfaction: 4.8
+                img: '',
+                professionals: [],
+                satisfaction: 4.8,
+                contactStatus: 'picked',
+                updateTime: 'Tue Nov 02 2021 11:40:02 GMT+0800 (��������)'
             },
             {
-                id: 5,
+                new: true,
+                agentNo: 5,
                 name: '�撣亙',
-                img: 'https://randomuser.me/api/portraits/men/36.jpg',
-                loginState: '�蝺�',
-                satisfaction: 4
+                img: '',
+                professionals: ['鞎∪����', '鞈頧宏'],
+                satisfaction: 4.8,
+                contactStatus: 'reserved',
+                updateTime: 'Tue Nov 02 2021 11:40:02 GMT+0800 (��������)'
             },
             {
-                id: 6,
+                new: false,
+                agentNo: 6,
                 name: '���戊',
-                img: 'https://randomuser.me/api/portraits/women/37.jpg',
-                loginState: '敹��',
-                satisfaction: 5
+                img: '',
+                professionals: ['鞎∪����', '鞈蝘餉��', '蝭�蝔�', '璅暑��隡�'],
+                satisfaction: 4.8,
+                contactStatus: 'picked',
+                updateTime: 'Tue Nov 02 2021 10:40:02 GMT+0800 (��������)'
             },
             {
-                id: 7,
+                new: false,
+                agentNo: 7,
                 name: '�蝢��',
-                img: 'https://randomuser.me/api/portraits/women/38.jpg',
-                loginState: '銝��',
-                satisfaction: 4.3
+                img: '',
+                professionals: ['鞎∪����', '蝭�蝔�', '璅暑��隡�'],
+                satisfaction: 4.8,
+                contactStatus: 'picked',
+                updateTime: 'Tue Sep 02 2021 09:40:02 GMT+0800 (��������)'
             }
         ]
-        return CommonService.prototype.withDebugData(debugData, 'https://randomuser.me/api/')
-    }
-})
+        return CommonService.prototype.withDebugData(debugData, '')
+    },
+    clientReservedList() {
+        const debugData = [{
+            name: '�����',
+            clientId: '1',
+            phone: '091234567',
+            time: new Date('Tue Nov 02 2021 11:23:14 GMT+0800 (��������)'),
+            gender: 'male',
+            age: '26-30',
+            job: 'general',
+            requirements: ['靽�瑼�/閬��', '��靽����'],
+            communicateStatus: 'reserved'
+        },{
+            name: 'Ariel',
+            clientId: '2',
+            phone: '091234567',
+            time: new Date('Tue Oct 15 2020 11:23:14 GMT+0800 (��������)'),
+            gender: 'female',
+            age: '30-40',
+            job: 'general',
+            requirements: ['靽�瑼�/閬��', '鞈頧宏', '��靽����'],
+            communicateStatus: 'contacted'
+        },{
+            name: 'Donna',
+            clientId: '3',
+            phone: '091234567',
+            time: new Date('Tue Oct 31 2021 10:23:14 GMT+0800 (��������)'),
+            gender: 'female',
+            age: '10-20',
+            job: 'general',
+            requirements: ['��靽����'],
+            communicateStatus: 'reserved'
+        },{
+            name: '���',
+            clientId: '4',
+            phone: '091234567',
+            time: new Date('Tue Dec 31 2020 19:23:14 GMT+0800 (��������)'),
+            gender: 'female',
+            age: '50-60',
+            job: 'general',
+            requirements: ['鞈頧宏', '蝭�蝔�'],
+            communicateStatus: 'reserved'
+        },{
+            name: '��摩隡�',
+            clientId: '5',
+            phone: '091234567',
+            time: new Date('Tue Oct 15 2020 11:23:14 GMT+0800 (��������)'),
+            gender: 'male',
+            age: '60-70',
+            job: 'general',
+            requirements: ['蝭�蝔�', '鞈頧宏', '��靽����'],
+            communicateStatus: 'contacted'
+        },{
+            name: '�慦賢直',
+            clientId: '6',
+            phone: '091234567',
+            time: new Date('Tue Dec 31 2020 19:23:14 GMT+0800 (��������)'),
+            gender: 'female',
+            age: '50-60',
+            job: 'general',
+            requirements: [],
+            communicateStatus: 'reserved'
+        }]
 
-export interface Agents {
-    id: number,
-    name: string,
-    img: string,
-    loginState: string,
-    satisfaction: number
-  }
\ No newline at end of file
+        return CommonService.prototype.withDebugData(debugData, '')
+    }
+})
\ No newline at end of file

--
Gitblit v1.8.0