chenjj 13 小時之前
父節點
當前提交
627bfa214b
共有 4 個文件被更改,包括 11 次插入5 次删除
  1. 2 2
      components/CustomTabBar/index.vue
  2. 2 1
      pages/classify.vue
  3. 3 1
      pages/mallMenu.vue
  4. 4 1
      pages/mine.vue

+ 2 - 2
components/CustomTabBar/index.vue

@@ -125,8 +125,8 @@ export default {
                 // },
                 {
                     "pagePath": "/pages/chat",
-                    "iconPath": "/static/images/tabbar/class.png",
-                    "selectedIconPath": "/static/images/tabbar/class_.png",
+                    "iconPath": "/static/images/tabbar/chat.png",
+                    "selectedIconPath": "/static/images/tabbar/chat.png",
                     "text": "消息",
                     key: 'chat'
                 },

+ 2 - 1
pages/classify.vue

@@ -227,7 +227,8 @@ onShow(() => {
   .list {
     position: fixed;
     top: 50px;
-    bottom: 150rpx;
+    // bottom: 150rpx;
+    bottom: 0;
     left: 0px;
     right: 0px;
     background: rgba(245, 245, 245, 1);

+ 3 - 1
pages/mallMenu.vue

@@ -239,7 +239,9 @@ export default {
     top: 0px;
     left: 0px;
     right: 0px;
-    bottom: 150rpx;
+    // bottom: 150rpx;
+    bottom: 0;
+    // padding-bottom: 150px;
 
 }
 

+ 4 - 1
pages/mine.vue

@@ -417,10 +417,13 @@ const init = async () => {
   left: 0;
   top: 0;
   right: 0;
-  bottom: 150rpx;
+  // bottom: 150rpx;
+  bottom: 0;
   background: rgba(245, 245, 245, 1);
   overflow-y: auto;
 
+  padding-bottom: 150px;
+
   .mine-header {
     padding: 36rpx 44rpx;
     background: #fff;