Commit ceb0b7ed05984df5916a690204bdee4e9abbaf35

Authored by yvan.ni
1 parent fdcdfbdd

如果有顶部门店的时候,要有顶开

Showing 1 changed file with 2 additions and 0 deletions
pages/index/index/index.wxml
... ... @@ -46,6 +46,8 @@
46 46 </view>
47 47 <!-- 如果有关注,要 -->
48 48 <view wx:if="{{is_gz_h5 && is_ok_h5}}" style="height: 84px"></view>
  49 + <!-- 如果有顶部门店 -->
  50 + <view wx:if="{{is_topstore}}" style="height: 60rpx"></view>
49 51  
50 52 <!--滚动广告-->
51 53 <view class="rel title-img" wx:if="{{banner}}">
... ...