ext.liuqiwen3 hai 1 mes
pai
achega
ca6a232d72

+ 2 - 1
pages.json

@@ -117,7 +117,8 @@
           "style": {
             "navigationBarTitleText": "登录",
             "navigationBarBackgroundColor": "#ffe079",
-            "navigationBarTextStyle": "black"
+            "navigationBarTextStyle": "black",
+            "navigationStyle": "custom"
           }
         },
         {

+ 1 - 1
pages/goods_cate/goods_cate.vue

@@ -105,7 +105,7 @@ const infoScroll = () => {
   // 设置商品列表高度
   uni.getSystemInfo({
     success: (res) => {
-      height.value = (res.windowHeight) * (750 / res.windowWidth) - 98;
+      height.value = (res.windowHeight) * (750 / res.windowWidth) - 188;
     },
   });
 

+ 2 - 0
pages/index/index.vue

@@ -1019,6 +1019,8 @@ page {
   position: relative;
   z-index: 1;
   height: 100%;
+  padding-bottom: 200rpx;
+  box-sizing: border-box;
 
   .top-box {
     padding-top: 168rpx;

+ 1 - 0
pages/order_addcart/order_addcart.vue

@@ -1239,6 +1239,7 @@ const toMerchant = (obj) => {
 
 .shoppingCart {
   // .labelNav
+  padding-bottom: 200rpx;
   .labelNav {
     position: sticky;
     height: 178rpx;