Commit 764943e411aa902ae8c4d0bc5dcc1cb12178ef3b
1 parent
32bde487
优化广告
Showing
1 changed file
with
2 additions
and
1 deletions
pages/index/index/index.wxml
@@ -435,7 +435,8 @@ | @@ -435,7 +435,8 @@ | ||
435 | <view wx:if="{{is_gz_h5 && is_ok_h5}}" style="height: 84px;flex-shrink:0"></view> | 435 | <view wx:if="{{is_gz_h5 && is_ok_h5}}" style="height: 84px;flex-shrink:0"></view> |
436 | <block wx:for="{{template_arr}}"> | 436 | <block wx:for="{{template_arr}}"> |
437 | <block wx:if="{{item.content.is_top==1}}"> | 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 | </block> | 440 | </block> |
440 | </block> | 441 | </block> |
441 | 442 |