From 19e0e4458a4f7410c6970887c5cc2f89302219a8 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期三, 27 十月 2021 14:23:57 +0800
Subject: [PATCH] TODO#128785 首頁-我的顧問清單 畫面刻版

---
 PAMapp/plugins/api/home.ts |   54 ++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 36 insertions(+), 18 deletions(-)

diff --git a/PAMapp/plugins/api/home.ts b/PAMapp/plugins/api/home.ts
index 847f329..b26d5aa 100644
--- a/PAMapp/plugins/api/home.ts
+++ b/PAMapp/plugins/api/home.ts
@@ -8,57 +8,73 @@
                 id: 0,
                 name: '撘萄���',
                 img: 'https://randomuser.me/api/portraits/women/31.jpg',
-                loginState: '銝��',
-                satisfaction: 4.8
+                new: false,
+                tags: ['鞎∪����', '鞈頧宏'],
+                satisfaction: 4.8,
+                reserve: false
             },
             {
                 id: 1,
                 name: '�撣亙',
                 img: 'https://randomuser.me/api/portraits/men/32.jpg',
-                loginState: '銝��',
-                satisfaction: 4
+                new: true,
+                tags: [],
+                satisfaction: 4,
+                reserve: false
             },
             {
                 id: 2,
                 name: '���戊',
                 img: 'https://randomuser.me/api/portraits/women/33.jpg',
-                loginState: '�蝺�',
-                satisfaction: 5
+                new: false,
+                tags: ['鞎∪����', '鞈頧宏'],
+                satisfaction: 5,
+                reserve: true
             },
             {
                 id: 3,
                 name: '�蝢��',
                 img: 'https://randomuser.me/api/portraits/women/34.jpg',
-                loginState: '銝��',
-                satisfaction: 4.3
+                new: true,
+                tags: ['鞎∪����', '鞈頧宏'],
+                satisfaction: 4.3,
+                reserve: false
             },
             {
                 id: 4,
                 name: '撘萄���',
                 img: 'https://randomuser.me/api/portraits/women/35.jpg',
-                loginState: '敹��',
-                satisfaction: 4.8
+                state: '敹��',
+                tags: [],
+                satisfaction: 4.8,
+                reserve: true
             },
             {
                 id: 5,
                 name: '�撣亙',
                 img: 'https://randomuser.me/api/portraits/men/36.jpg',
-                loginState: '�蝺�',
-                satisfaction: 4
+                new: true,
+                tags: ['鞎∪����', '鞈頧宏'],
+                satisfaction: 4,
+                reserve: false
             },
             {
                 id: 6,
                 name: '���戊',
                 img: 'https://randomuser.me/api/portraits/women/37.jpg',
-                loginState: '敹��',
-                satisfaction: 5
+                state: '敹��',
+                tags: [],
+                satisfaction: 5,
+                reserve: false
             },
             {
                 id: 7,
                 name: '�蝢��',
                 img: 'https://randomuser.me/api/portraits/women/38.jpg',
-                loginState: '銝��',
-                satisfaction: 4.3
+                new: false,
+                tags: [],
+                satisfaction: 4.3,
+                reserve: true
             }
         ]
         return CommonService.prototype.withDebugData(debugData, 'https://randomuser.me/api/')
@@ -69,6 +85,8 @@
     id: number,
     name: string,
     img: string,
-    loginState: string,
-    satisfaction: number
+    new: boolean,
+    satisfaction: number,
+    tags: string[],
+    reserve: boolean
   }
\ No newline at end of file

--
Gitblit v1.8.0