Преглед изворни кода

Merge branch 'dev_v3_lqw' into dev_v3

ext.liuqiwen3 пре 1 месец
родитељ
комит
1a52c50f9b
4 измењених фајлова са 6 додато и 2 уклоњено
  1. 2 1
      pages.json
  2. 1 1
      pages/goods_cate/goods_cate.vue
  3. 2 0
      pages/index/index.vue
  4. 1 0
      pages/order_addcart/order_addcart.vue

+ 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

@@ -109,7 +109,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

@@ -1053,6 +1053,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

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