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 @@ } -