Commit 00eb52584fbe9ea484a32fb8fa323846311a0e3e

Authored by 后端研发-苏泰源
2 parents 251c9779 ceb0b7ed

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev

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}}">
... ...