From ce75ba93a48203833734989e5b7007fd1e911435 Mon Sep 17 00:00:00 2001 From: davy Date: Fri, 4 Apr 2025 00:10:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E4=BA=86review.vue=E4=B8=AD?= =?UTF-8?q?=E5=86=99=E9=85=92=E8=AF=84=E3=80=81=E7=94=9F=E6=88=90=E9=85=92?= =?UTF-8?q?=E5=8D=95=E5=92=8C=E6=94=B6=E8=97=8F=E4=B8=89=E4=B8=AA=E6=8C=89?= =?UTF-8?q?=E9=94=AE=E7=9A=84=E6=9D=83=E9=99=90=E5=88=A4=E6=96=AD=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 36 +++++++++++++++----- pages/index/my.vue | 2 +- pages/index/myJoin.vue | 41 ++++++++++++----------- pages/index/review.vue | 57 +++++++++++++++++++++++++++++++ pages/index/scan.vue | 61 ++++++++++++++++++++++++++++------ static/icons/wechat-white.png | Bin 0 -> 1833 bytes static/tabbar/scan-s.png | Bin 1290 -> 1302 bytes static/tabbar/timer-s.png | Bin 1119 -> 1353 bytes static/tabbar/timer.png | Bin 1229 -> 1683 bytes 9 files changed, 156 insertions(+), 41 deletions(-) create mode 100644 static/icons/wechat-white.png diff --git a/pages.json b/pages.json index 1ebbdb8..1ae9578 100644 --- a/pages.json +++ b/pages.json @@ -143,7 +143,9 @@ "path" : "pages/index/myJoin", "style" : { - "navigationBarTitleText" : "" + "navigationBarTitleText" : "我参与的", + "navigationBarBackgroundColor": "#19367A", + "navigationBarTextStyle": "white" } }, { @@ -230,7 +232,9 @@ "path" : "winelist", "style" : { - "navigationBarTitleText" : "生成酒单" + "navigationBarTitleText" : "生成酒单", + "navigationBarBackgroundColor": "#19367A", + "navigationBarTextStyle": "white" } }, { @@ -267,7 +271,9 @@ "path" : "beerCoin", "style" : { - "navigationBarTitleText" : "啤酒币兑好礼" + "navigationBarTitleText" : "啤酒币兑好礼", + "navigationBarBackgroundColor": "#19367A", + "navigationBarTextStyle": "white" } }, { @@ -308,42 +314,54 @@ "path" : "myWineReview", "style" : { - "navigationBarTitleText" : "我的酒评" + "navigationBarTitleText" : "我的酒评", + "navigationBarBackgroundColor": "#19367A", + "navigationBarTextStyle": "white" } }, { "path" : "myAttention", "style" : { - "navigationBarTitleText" : "我的关注" + "navigationBarTitleText" : "我的关注", + "navigationBarBackgroundColor": "#19367A", + "navigationBarTextStyle": "white" } }, { "path" : "myAddress", "style" : { - "navigationBarTitleText" : "我的地址" + "navigationBarTitleText" : "我的地址", + "navigationBarBackgroundColor": "#19367A", + "navigationBarTextStyle": "white" } }, { "path" : "feedback", "style" : { - "navigationBarTitleText" : "" + "navigationBarTitleText" : "意见反馈", + "navigationBarBackgroundColor": "#19367A", + "navigationBarTextStyle": "white" } }, { "path" : "setting", "style" : { - "navigationBarTitleText" : "" + "navigationBarTitleText" : "设置", + "navigationBarBackgroundColor": "#19367A", + "navigationBarTextStyle": "white" } }, { "path" : "addAiad", "style" : { - "navigationBarTitleText" : "" + "navigationBarTitleText" : "修改地址", + "navigationBarBackgroundColor": "#19367A", + "navigationBarTextStyle": "white" } } // { diff --git a/pages/index/my.vue b/pages/index/my.vue index 33b7f74..dfc6c44 100644 --- a/pages/index/my.vue +++ b/pages/index/my.vue @@ -349,7 +349,7 @@ height: 100vh; overflow-y: auto; padding-bottom: 40rpx; - background: #F2F2F2; + background: #f9f9f9; .user-box { margin-left: 36rpx; diff --git a/pages/index/myJoin.vue b/pages/index/myJoin.vue index b4ba432..69cbbc8 100644 --- a/pages/index/myJoin.vue +++ b/pages/index/myJoin.vue @@ -622,48 +622,49 @@