From 24ae8d5a4788ae23b359b599c3ef9811d1319795 Mon Sep 17 00:00:00 2001 From: chengkun Date: Fri, 18 Aug 2023 17:17:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8E=86=E5=8F=B2=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/history/History.vue | 253 +++++++++++++++++++++++++++++++++++--- 1 file changed, 233 insertions(+), 20 deletions(-) diff --git a/pages/history/History.vue b/pages/history/History.vue index 4667e98..2d04bb2 100644 --- a/pages/history/History.vue +++ b/pages/history/History.vue @@ -1,8 +1,48 @@ @@ -21,6 +61,78 @@ list:[], pages:0, total:0, + cardMode: true, + favoritesList:[ + { + "icon":"grid-item-icon tn-icon-empty-network", + "text":"https://test1.com", + "sort":"0", + "label":"URL" + }, + { + "icon":"grid-item-icon tn-icon-empty-network", + "text":"https://test2.com", + "sort":"1", + "label":"URL" + }, + { + "icon":"grid-item-icon tn-icon-empty-network", + "text":"https://test3.com", + "sort":"2", + "label":"URL" + }, + { + "icon":"grid-item-icon tn-icon-empty-network", + "text":"https://test4.com", + "sort":"3", + "label":"URL" + }, + { + "icon":"grid-item-icon tn-icon-empty-network", + "text":"https://test5.com", + "sort":"4", + "label":"URL" + }, + { + "icon":"grid-item-icon tn-icon-empty-network", + "text":"https://test6.com", + "sort":"5", + "label":"URL" + }, + ], + + historyList:[ + { + "icon":"grid-item-icon tn-icon-empty-network", + "text":"15936215478", + "sort":"0", + "label":"WIFI" + }, + { + "icon":"grid-item-icon tn-icon-empty-network", + "text":"15936215478", + "sort":"1", + "label":"WIFI" + }, + { + "icon":"grid-item-icon tn-icon-empty-network", + "text":"15936215478", + "sort":"2", + "label":"WIFI" + }, + { + "icon":"grid-item-icon tn-icon-empty-network", + "text":"15936215478", + "sort":"3", + "label":"WIFI" + }, + { + "icon":"grid-item-icon tn-icon-empty-network", + "text":"15936215478", + "sort":"4", + "label":"WIFI" + } + ] } }, onLoad() { @@ -95,30 +207,131 @@ } -