Commit 860eb0fafb0a2c79743b1789e98e1e9088a221da
1 parent
f9e98b3a
撑开层
Showing
1 changed file
with
2 additions
and
2 deletions
pages/index/index/index.wxml
@@ -417,8 +417,6 @@ | @@ -417,8 +417,6 @@ | ||
417 | <view id="off_top" wx:if="{{is_gz_h5}}"> | 417 | <view id="off_top" wx:if="{{is_gz_h5}}"> |
418 | <official-account></official-account> | 418 | <official-account></official-account> |
419 | </view> | 419 | </view> |
420 | - <view wx:if="{{is_gz_h5 && is_ok_h5}}" style="height: 84px;flex-shrink:0"></view> | ||
421 | - | ||
422 | <block wx:for="{{template_arr}}"> | 420 | <block wx:for="{{template_arr}}"> |
423 | <block wx:if="{{item.content.is_top==1}}"> | 421 | <block wx:if="{{item.content.is_top==1}}"> |
424 | <!--如果是搜索框的时候 --> | 422 | <!--如果是搜索框的时候 --> |
@@ -431,8 +429,10 @@ | @@ -431,8 +429,10 @@ | ||
431 | </block> | 429 | </block> |
432 | </block> | 430 | </block> |
433 | </view> | 431 | </view> |
432 | + | ||
434 | <!-- 撑开层 --> | 433 | <!-- 撑开层 --> |
435 | <view> | 434 | <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> |