页面修改

This commit is contained in:
THK3121 2023-09-11 16:40:20 +08:00
parent 18d3622cff
commit 8203989bff

View File

@ -65,10 +65,7 @@
</view> </view>
</view> </view>
</view> </view>
</view> </view>
</transition> </transition>
<view class="box"> <view class="box">
<view :class="act_swiper"> <view :class="act_swiper">
@ -80,7 +77,6 @@
height="998.83rpx"></u--image> height="998.83rpx"></u--image>
</swiper-item> </swiper-item>
</swiper> </swiper>
</view> </view>
<view class="" style="height:998.83rpx;" v-if="act_swiper"> <view class="" style="height:998.83rpx;" v-if="act_swiper">
@ -306,6 +302,7 @@
this.cartFn() this.cartFn()
uni.getSystemInfo({ uni.getSystemInfo({
success: (res) => { success: (res) => {
console.log(res)
this.winHeight = res.windowHeight this.winHeight = res.windowHeight
this.appInfo = res.safeAreaInsets this.appInfo = res.safeAreaInsets
}, },
@ -664,7 +661,7 @@
} }
.goods_list { .goods_list {
min-height: 100vh; min-height: 95vh;
padding: 0 10rpx; padding: 0 10rpx;
// background-color: red; // background-color: red;
@ -755,6 +752,7 @@
// background-color: green; // background-color: green;
z-index: 99; z-index: 99;
box-sizing: border-box; box-sizing: border-box;
margin-bottom: 20rpx;
} }