From 5291fa11c4ec635a05d160b5da8ba7bdf2e172e3 Mon Sep 17 00:00:00 2001 From: hflllll Date: Wed, 10 Sep 2025 23:30:03 +0800 Subject: [PATCH] =?UTF-8?q?'=E5=AE=8C=E6=88=90=E4=B8=89=E4=B8=AA=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 | 33 +- pages/index/desk.vue | 234 +++++++++++++ pages/index/home.vue | 829 ++++++++++++++++++++++++++++++++--------------- rule.txt | 11 +- static/播放图标.png | Bin 0 -> 428 bytes static/闹钟图标.png | Bin 0 -> 486 bytes static/默认图片.png | Bin 1483 -> 89523 bytes subPages/home/plan.vue | 164 ++++++++++ subPages/home/submit.vue | 203 ++++++++++++ uni.scss | 2 +- 10 files changed, 1205 insertions(+), 271 deletions(-) create mode 100644 pages/index/desk.vue create mode 100644 static/播放图标.png create mode 100644 static/闹钟图标.png create mode 100644 subPages/home/plan.vue create mode 100644 subPages/home/submit.vue diff --git a/pages.json b/pages.json index 9d7d108..425f1ca 100644 --- a/pages.json +++ b/pages.json @@ -3,21 +3,20 @@ { "path": "pages/index/home", "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": true + "navigationStyle": "custom" } }, { - "path": "pages/index/member", + "path": "pages/index/desk", "style": { - "navigationStyle": "custom", + "navigationBarTitleText": "书桌", "enablePullDownRefresh": true } }, { - "path": "pages/index/maintain", + "path": "pages/index/member", "style": { - "navigationBarTitleText": "维修", + "navigationBarTitleText": "custom", "enablePullDownRefresh": true } }, @@ -45,6 +44,21 @@ "navigationBarTitleText": "补充信息" } }, + { + "path": "home/plan", + "style": { + "navigationBarTitleText": "个人语境方案定制", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#06DADC" + } + }, + { + "path": "home/submit", + "style": { + "navigationBarTitleText": "报名个人语境定制" + + } + }, { "path": "home/repairSubmit", "style": { @@ -87,10 +101,9 @@ } }, "globalStyle": { - "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", - "navigationBarBackgroundColor": "#c70019", - "backgroundColor": "#c70019" + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black" }, "tabBar": { "color": "#999", @@ -105,7 +118,7 @@ "selectedIconPath": "static/主页图标-点击.png" }, { - "pagePath": "pages/index/maintain", + "pagePath": "pages/index/desk", "text": "书桌", "iconPath": "static/书桌图标.png", "selectedIconPath": "static/书桌图标-点击.png" diff --git a/pages/index/desk.vue b/pages/index/desk.vue new file mode 100644 index 0000000..5368526 --- /dev/null +++ b/pages/index/desk.vue @@ -0,0 +1,234 @@ + + + + + diff --git a/pages/index/home.vue b/pages/index/home.vue index 0c773c7..cdca2a2 100644 --- a/pages/index/home.vue +++ b/pages/index/home.vue @@ -1,331 +1,652 @@ diff --git a/subPages/home/submit.vue b/subPages/home/submit.vue new file mode 100644 index 0000000..f74ec1e --- /dev/null +++ b/subPages/home/submit.vue @@ -0,0 +1,203 @@ + + + + + \ No newline at end of file diff --git a/uni.scss b/uni.scss index 481a46b..e100e5d 100644 --- a/uni.scss +++ b/uni.scss @@ -17,7 +17,7 @@ /* 颜色变量 */ // 自定义颜色 $primary-color: #06DADC; -$secondary-color: #E8FBFB; +$secondary-color: #8B8B8B; $primary-text-color: #000; $secondary-text-color: #999;