Browse Source

feat():首页

geek 4 years ago
parent
commit
963e6a7b31
2 changed files with 1 additions and 2 deletions
  1. 1 0
      app.json
  2. 0 2
      pages/index/index.wxss

+ 1 - 0
app.json

@@ -11,6 +11,7 @@
     "pages/personorder/personorder",
     "pages/shopinfo/shopinfo",
     "pages/shop/shop"
+  
   ],
   "window":{
     "navigationBarBackgroundColor": "#343434",

+ 0 - 2
pages/index/index.wxss

@@ -3,14 +3,12 @@ page {
   width: 100%;
   height: 100%;
   background-color: #F7F7F7;
-  overflow-y: visible !important;
 }
 
 .container {
   width: 100%;
   height: 100%;
   background-color: #F7F7F7;
-  overflow: auto;
   /* 门店的标题 */
 }