Commit 36b9b9b0129a06f6fdbcb90b42d8904e652695cb
1 parent
98b1710b
关注遮住的问题,和 拼团文字的问题
Showing
2 changed files
with
4 additions
and
1 deletions
pages/index/index/index.wxml
@@ -44,7 +44,9 @@ | @@ -44,7 +44,9 @@ | ||
44 | </view> | 44 | </view> |
45 | </view> | 45 | </view> |
46 | </view> | 46 | </view> |
47 | - | 47 | + <!-- 如果有关注,要 --> |
48 | + <view wx:if="{{is_gz_h5 && is_ok_h5}}" style="height: 84px"></view> | ||
49 | + | ||
48 | <!--滚动广告--> | 50 | <!--滚动广告--> |
49 | <view class="rel title-img" wx:if="{{banner}}"> | 51 | <view class="rel title-img" wx:if="{{banner}}"> |
50 | <swiper circular="true" indicator-dots indicator-active-color="#fff" autoplay="true" class="swiper_box" duration="1000" interval="3000" vertical="" bindchange="bannerSwiperChange" style="height:{{max_sw_height}}rpx"> | 52 | <swiper circular="true" indicator-dots indicator-active-color="#fff" autoplay="true" class="swiper_box" duration="1000" interval="3000" vertical="" bindchange="bannerSwiperChange" style="height:{{max_sw_height}}rpx"> |
pages/index/index/index.wxss