Commit 860eb0fafb0a2c79743b1789e98e1e9088a221da

Authored by yvan.ni
1 parent f9e98b3a

撑开层

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