From 4f8b52b219eccb3b11a91ad96325ca5dca8d4547 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Fri, 1 Dec 2023 23:08:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 - pages/tabBar/home/home.vue | 94 +++++++++++++++++++++++++----- unpackage/res/icons/1024x1024.png | Bin 0 -> 431818 bytes unpackage/res/icons/120x120.png | Bin 0 -> 17473 bytes unpackage/res/icons/144x144.png | Bin 0 -> 23248 bytes unpackage/res/icons/152x152.png | Bin 0 -> 25276 bytes unpackage/res/icons/167x167.png | Bin 0 -> 29244 bytes unpackage/res/icons/180x180.png | Bin 0 -> 32863 bytes unpackage/res/icons/192x192.png | Bin 0 -> 36137 bytes unpackage/res/icons/20x20.png | Bin 0 -> 1027 bytes unpackage/res/icons/29x29.png | Bin 0 -> 1744 bytes unpackage/res/icons/40x40.png | Bin 0 -> 2867 bytes unpackage/res/icons/58x58.png | Bin 0 -> 5219 bytes unpackage/res/icons/60x60.png | Bin 0 -> 5524 bytes unpackage/res/icons/72x72.png | Bin 0 -> 7429 bytes unpackage/res/icons/76x76.png | Bin 0 -> 8125 bytes unpackage/res/icons/80x80.png | Bin 0 -> 8895 bytes unpackage/res/icons/87x87.png | Bin 0 -> 10208 bytes unpackage/res/icons/96x96.png | Bin 0 -> 12059 bytes 19 files changed, 78 insertions(+), 19 deletions(-) create mode 100644 unpackage/res/icons/1024x1024.png create mode 100644 unpackage/res/icons/120x120.png create mode 100644 unpackage/res/icons/144x144.png create mode 100644 unpackage/res/icons/152x152.png create mode 100644 unpackage/res/icons/167x167.png create mode 100644 unpackage/res/icons/180x180.png create mode 100644 unpackage/res/icons/192x192.png create mode 100644 unpackage/res/icons/20x20.png create mode 100644 unpackage/res/icons/29x29.png create mode 100644 unpackage/res/icons/40x40.png create mode 100644 unpackage/res/icons/58x58.png create mode 100644 unpackage/res/icons/60x60.png create mode 100644 unpackage/res/icons/72x72.png create mode 100644 unpackage/res/icons/76x76.png create mode 100644 unpackage/res/icons/80x80.png create mode 100644 unpackage/res/icons/87x87.png create mode 100644 unpackage/res/icons/96x96.png diff --git a/pages.json b/pages.json index d280eb6..4a84a09 100644 --- a/pages.json +++ b/pages.json @@ -22,7 +22,6 @@ "navigationBarTitleText": "", "navigationStyle":"custom", "app-plus": { - "bounce": "vertical", "titleNView": { "buttons": [{ "text": "\ue534", @@ -38,7 +37,6 @@ "style": { "navigationBarTitleText": "查件", "app-plus": { - "bounce": "vertical", "titleNView": { "buttons": [{ "text": "\ue534", @@ -54,7 +52,6 @@ "style": { "navigationBarTitleText": "我的", "app-plus": { - "bounce": "vertical", "titleNView": { "buttons": [{ "text": "\ue534", diff --git a/pages/tabBar/home/home.vue b/pages/tabBar/home/home.vue index 05e878c..847e27f 100644 --- a/pages/tabBar/home/home.vue +++ b/pages/tabBar/home/home.vue @@ -5,8 +5,20 @@ + - + + + + + + + + + + + + 香港服装专线 @@ -16,7 +28,26 @@ - + + + 56 + 未接单 + + + 56 + 已接收 + + + 56 + 派送中 + + + 56 + 已签收 + + + + @@ -29,24 +60,29 @@ - + - - 最近一周内暂未有新通告!!! + + 最近一周内暂未有新通告!!! - - + + - - - - - {{tlItem.title}} + + + + + + + + {{tlItem.title}} + + @@ -100,6 +136,10 @@ @import '../../../common/uni-nvue.scss';