From 57da006b03df6401b70252cf98e18db99fcc1600 Mon Sep 17 00:00:00 2001 From: lym <16170814@qq.com> Date: Wed, 18 Mar 2026 22:18:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5=E5=95=86?= =?UTF-8?q?=E5=93=81=E4=BF=A1=E6=81=AF=E5=BA=95=E9=83=A8=E9=81=AE=E6=8C=A1?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/index/index.wxss | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) 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; }