From 9b5cd140dd5577af1c6e86b3d5dd17d379c69fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Fri, 15 Jul 2022 11:40:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 +- pages/index/index.vue | 111 +++++++++++++++++++++-------------------- pages/user/index.vue | 8 +-- scss/globa.scss | 2 +- static/imgs/banner.png | Bin 0 -> 1615656 bytes 5 files changed, 63 insertions(+), 62 deletions(-) create mode 100644 static/imgs/banner.png diff --git a/pages.json b/pages.json index 0c31261..32d6f48 100644 --- a/pages.json +++ b/pages.json @@ -125,10 +125,10 @@ "selectedIconPath": "static/tabBar/tabBar_show_00.png", "text": "首页" }, { - "pagePath": "pages/circle/index", + "pagePath": "pages/uricacid/index", "iconPath": "static/tabBar/tabBar_icon_01.png", "selectedIconPath": "static/tabBar/tabBar_show_01.png", - "text": "病友记" + "text": "记录" }, { "pagePath": "pages/user/index", "iconPath": "static/tabBar/tabBar_icon_02.png", diff --git a/pages/index/index.vue b/pages/index/index.vue index 97e7fa9..650f76c 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,13 +1,7 @@