From fb42a6bdee5efefa5c6570bdb2d9ebae330a2cbb Mon Sep 17 00:00:00 2001 From: yangjie <812952667@qq.com> Date: Tue, 11 May 2021 16:47:37 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=E6=B5=81=E6=B0=B4=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.json | 13 +++ pages/user/runningWater/runningWater.vue | 107 +++++++++++++++++++++++ 2 files changed, 120 insertions(+) create mode 100644 pages/user/runningWater/runningWater.vue diff --git a/pages.json b/pages.json index a11f79f..f201b0a 100644 --- a/pages.json +++ b/pages.json @@ -1,5 +1,18 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path" : "pages/user/runningWater/runningWater", + "style" : + { + "enablePullDownRefresh": false, + "navigationBarTitleText": "", + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#f06c7a", + "backgroundColorTop": "#f06c7a", + "navigationBarTextStyle": "white" + } + + }, { "path": "pages/tabBar/home/home", "style": { diff --git a/pages/user/runningWater/runningWater.vue b/pages/user/runningWater/runningWater.vue new file mode 100644 index 0000000..c579b36 --- /dev/null +++ b/pages/user/runningWater/runningWater.vue @@ -0,0 +1,107 @@ + + + + +