diff --git a/app.js b/app.js index f48f8cf..435128c 100644 --- a/app.js +++ b/app.js @@ -178,7 +178,7 @@ App({ }, globalData:{ userInfo:null, - apiurl:"http://localhost:24382",//"http://localhost:8080",//http://localhost:24382 //https://vip.agqyjs.com + apiurl:"https://vip.agqyjs.com",//"http://localhost:8080",//http://localhost:24382 //https://vip.agqyjs.com IFRefreshCart:0, IFRefreshsell:0, IFRefreshsell0:0, diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 3999831..53a3c9d 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -2,12 +2,12 @@ page{ background: linear-gradient(to bottom, #E8F4FC, #F5FAFF); } .container { - position: relative; - width: 100%; - height: 100%; - color: #000; - font-size:14px; - } + position: relative; + width: 100%; + min-height: 100%; + color: #000; + font-size:14px; +} .container-header{ background: linear-gradient(to bottom, #96C6F5, #B8DAF8);} .header{margin:0;width:100%; padding:0; padding-top: 0em; box-sizing: border-box;} .searchbox2{ display: flex; z-index: 100; flex-direction: row; margin:0; margin-top:0.3em; width:70%; height:2.8em; padding:0; box-sizing: border-box;} @@ -476,6 +476,7 @@ swiper-item image { width:100%; height: 100%; padding: 0.4em; + padding-bottom: 6em; box-sizing:border-box; }