Commit f9e98b3a3cd6fa5af8051c12e46f91a879deba2c
1 parent
5d87618a
关注
Showing
1 changed file
with
1 additions
and
0 deletions
pages/index/index/index.wxml
... | ... | @@ -417,6 +417,7 @@ |
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> | |
420 | 421 | |
421 | 422 | <block wx:for="{{template_arr}}"> |
422 | 423 | <block wx:if="{{item.content.is_top==1}}"> | ... | ... |