From 4b6743c64d512f185cc5bb539b6a2e1805868997 Mon Sep 17 00:00:00 2001 From: HHS <133908443@qq.com> Date: Wed, 4 Jun 2025 18:51:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/TransNav.vue | 5 +- pages.json | 95 +++--- pages/adoptionRecords/adoptionRecords.vue | 4 + pages/beeFarmerJion/beeFarmerJion.vue | 5 +- pages/beeFarmerJion/jionForm.vue | 5 +- pages/beeGame/beeGame.vue | 4 + pages/beeHiveData/beeHiveData.vue | 5 +- pages/cashWithdrow/cashWithdrow.vue | 5 +- pages/commissionDetail/commissionDetail.vue | 7 +- pages/customerService/customerService.vue | 4 + pages/deviceManagement/deviceManagement.vue | 5 +- pages/homePage/collectBee.vue | 5 +- pages/homePage/homePage.vue | 15 +- pages/honeySource/honeySource.vue | 79 +++-- pages/messagePage/messagePage.vue | 4 + pages/mine/mine.vue | 324 -------------------- pages/myPage/myPage.vue | 1 + pages/orderList/orderList.vue | 6 +- pages/shoppingCart/shoppingCart.vue | 5 + pages/shoppingMall/shopDetails.vue | 96 ++++-- pages/shoppingMall/shoppingMall.vue | 11 +- pages/shoppingMall/shoppingPay.vue | 2 +- pages/smartBee/smartBee.vue | 5 +- pages/surveyList/surveyDetail.vue | 4 + pages/surveyList/surveyList.vue | 4 + pages/userInfo/addressEdit.vue | 4 + pages/userInfo/addressList.vue | 10 +- pages/userInfo/userInfo.vue | 4 + pages/withdraw/withdraw.vue | 4 + static/images/.DS_Store | Bin 8196 -> 8196 bytes static/images/homePage/.DS_Store | Bin 0 -> 8196 bytes utils/request.js | 4 +- 32 files changed, 261 insertions(+), 470 deletions(-) delete mode 100644 pages/mine/mine.vue create mode 100644 static/images/homePage/.DS_Store diff --git a/components/TransNav.vue b/components/TransNav.vue index 67b62a5..2d2c0fb 100644 --- a/components/TransNav.vue +++ b/components/TransNav.vue @@ -59,6 +59,8 @@ defineProps({ left: 0; width: 100%; z-index: 10; + background-color: #fff; + .titleBar { display: flex; @@ -84,7 +86,6 @@ defineProps({ } } - .fill { - } + } diff --git a/pages.json b/pages.json index 18ca50b..148f568 100644 --- a/pages.json +++ b/pages.json @@ -9,9 +9,17 @@ } }, { - "path": "pages/login/login", + "path": "pages/shoppingMall/shoppingMall", "style": { - "navigationBarTitleText": "登陆" + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, + { + "path": "pages/honeySource/honeySource", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" } }, { @@ -22,35 +30,30 @@ "navigationStyle": "custom" } }, + { + "path": "pages/login/login", + "style": { + "navigationBarTitleText": "登陆" + } + }, + { "path": "pages/messagePage/messagePage", "style": { - "navigationBarTitleText": "消息", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, - { - "path": "pages/shoppingMall/shoppingMall", - "style": { - "navigationBarTitleText": "商场", - "navigationBarBackgroundColor": "#FFFFFF" + "navigationBarTitleText": "", + "navigationStyle": "custom" } }, + { "path": "pages/shoppingCart/shoppingCart", "style": { - "navigationBarTitleText": "购物车", - "navigationBarBackgroundColor": "#ffffff" - } - }, - { - "path": "pages/mine/mine", - "style": { - "navigationBarTitleText": "我的蜂箱", - "navigationBarBackgroundColor": "#ffffff" + "navigationBarTitleText" : "", + "navigationStyle": "custom" } }, + { "path": "pages/beeHiveData/beeHiveData", "style": { @@ -69,7 +72,7 @@ { "path": "pages/shoppingMall/shopDetails", "style": { - "navigationBarTitleText": "商品详情", + "navigationBarTitleText": "", "navigationStyle": "custom" } @@ -77,18 +80,12 @@ { "path": "pages/shoppingMall/shoppingPay", "style": { - "navigationBarTitleText": "购物支付", + "navigationBarTitleText": "", "navigationStyle": "custom" } }, - { - "path": "pages/honeySource/honeySource", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, + { "path": "pages/homePage/collectBee", "style": { @@ -108,32 +105,32 @@ "path": "pages/smartBee/smartBee", "style" : { - "navigationBarTitleText" : "智能养蜂", - "navigationBarBackgroundColor": "#ffffff" + "navigationBarTitleText" : "", + "navigationStyle": "custom" } }, { "path": "pages/surveyList/surveyList", "style" : { - "navigationBarTitleText" : "问卷列表", - "navigationBarBackgroundColor": "#ffffff" + "navigationBarTitleText" : "", + "navigationStyle": "custom" } }, { "path": "pages/surveyList/surveyDetail", "style" : { - "navigationBarTitleText" : "问卷调查", - "navigationBarBackgroundColor": "#ffffff" + "navigationBarTitleText" : "", + "navigationStyle": "custom" } }, { "path": "pages/customerService/customerService", "style" : { - "navigationBarTitleText" : "联系客服", - "navigationBarBackgroundColor": "#ffffff" + "navigationBarTitleText" : "", + "navigationStyle": "custom" } }, @@ -175,43 +172,43 @@ { "path": "pages/userInfo/userInfo", "style": { - "navigationBarTitleText": "编辑信息", - "navigationBarBackgroundColor": "#ffffff" + "navigationBarTitleText": "", + "navigationStyle": "custom" } }, { "path": "pages/withdraw/withdraw", "style": { - "navigationBarTitleText": "我的钱包", - "navigationBarBackgroundColor": "#ffffff" + "navigationBarTitleText" : "", + "navigationStyle": "custom" } }, { "path": "pages/adoptionRecords/adoptionRecords", "style": { - "navigationBarTitleText": "认养记录", - "navigationBarBackgroundColor": "#ffffff" + "navigationBarTitleText": "", + "navigationStyle": "custom" } }, { "path": "pages/orderList/orderList", "style": { - "navigationBarTitleText": "订单列表", - "navigationBarBackgroundColor": "#ffffff" + "navigationBarTitleText": "", + "navigationStyle": "custom" } }, { "path": "pages/userInfo/addressList", "style": { - "navigationBarTitleText": "地址列表", - "navigationBarBackgroundColor": "#ffffff" + "navigationBarTitleText": "", + "navigationStyle": "custom" } }, { "path": "pages/userInfo/addressEdit", "style": { - "navigationBarTitleText": "编辑地址", - "navigationBarBackgroundColor": "#ffffff" + "navigationBarTitleText": "", + "navigationStyle": "custom" } }, { diff --git a/pages/adoptionRecords/adoptionRecords.vue b/pages/adoptionRecords/adoptionRecords.vue index 53aa0ac..733a914 100644 --- a/pages/adoptionRecords/adoptionRecords.vue +++ b/pages/adoptionRecords/adoptionRecords.vue @@ -1,4 +1,6 @@ - diff --git a/pages/myPage/myPage.vue b/pages/myPage/myPage.vue index f518189..ab9865d 100644 --- a/pages/myPage/myPage.vue +++ b/pages/myPage/myPage.vue @@ -537,6 +537,7 @@ const logout = () => { height: 100vh; display: flex; flex-direction: column; + padding-bottom: 35rpx; position: relative; .bg-image { position: absolute; diff --git a/pages/orderList/orderList.vue b/pages/orderList/orderList.vue index 367a739..67c3f24 100644 --- a/pages/orderList/orderList.vue +++ b/pages/orderList/orderList.vue @@ -1,4 +1,6 @@