diff --git a/pages.json b/pages.json index f201b0a..d8c9966 100644 --- a/pages.json +++ b/pages.json @@ -1,18 +1,5 @@ { "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": { @@ -341,6 +328,19 @@ "backgroundColorTop": "#f06c7a", "navigationBarTextStyle": "white" } + }, + { + "path" : "pages/user/runningWater/runningWater", + "style" : + { + "enablePullDownRefresh": false, + "navigationBarTitleText": "", + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#f06c7a", + "backgroundColorTop": "#f06c7a", + "navigationBarTextStyle": "white" + } + } ], diff --git a/static/img/tc.png b/static/img/tc.png new file mode 100644 index 0000000..a3458ce Binary files /dev/null and b/static/img/tc.png differ