Commit 764943e411aa902ae8c4d0bc5dcc1cb12178ef3b

Authored by 前端开发-罗建龙
1 parent 32bde487

优化广告

Showing 1 changed file with 2 additions and 1 deletions
pages/index/index/index.wxml
... ... @@ -435,7 +435,8 @@
435 435 <view wx:if="{{is_gz_h5 && is_ok_h5}}" style="height: 84px;flex-shrink:0"></view>
436 436 <block wx:for="{{template_arr}}">
437 437 <block wx:if="{{item.content.is_top==1}}">
438   - <view style="height:88rpx"></view>
  438 + <!-- <view style="height:88rpx"></view> -->
  439 + <view style="height:{{item.content.style==1 ? 110 : 88}}rpx"></view>
439 440 </block>
440 441 </block>
441 442  
... ...