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 @@
+
+
@@ -40,12 +42,14 @@
+
-
-
-
-
-
-
- 蜜源
-
-
-
-
-
-
-
-
- 推荐蜜源
-
-
-
-
-
-
-
-
- {{item.name}}
- {{item.address}}
-
-
-
-
-
-
-
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 @@
+
+
@@ -40,12 +42,14 @@
+