Commit f1754d6f9741267dbccf9ede25eaa1987323d807

Authored by 前端开发-罗建龙
2 parents 6a059ffd e1278e92

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

Showing 1 changed file with 10 additions and 3 deletions
pages/index/index/index.wxml
... ... @@ -209,7 +209,7 @@
209 209  
210 210  
211 211 <!--幸运购-->
212   - <view class="seckill" wx:if="{{luckGo_list && luckGo_list.length != 0}}">
  212 + <view class="seckill" wx:if="{{luckGo_list && luckGo_list.length != 0}}">
213 213 <navigator bindtap="go_url" data-remark="1" data-url="/packageC/pages/luckyGo/luckyGo_activityList/luckyGo_activityList" hover-class="none">
214 214 <view class="seckill-time">
215 215 <view class="classname flex ai_c">
... ... @@ -375,7 +375,7 @@
375 375 <!--是否是自定义-->
376 376 <view class="container" wx:if="{{isTemplate}}" style="background-color:{{bgcolor_t}}; padding-bottom: 10rpx">
377 377 <!-- 置顶层 -->
378   - <view class="dis_top">
  378 + <view class="dis_top" style="position:fixed">
379 379 <!-- 关注公众号的显示 -->
380 380 <view id="off_top" wx:if="{{is_gz_h5}}"><official-account ></official-account></view>
381 381  
... ... @@ -392,7 +392,14 @@
392 392 </block>
393 393 </view>
394 394 <!-- 撑开层 -->
395   - <view></view>
  395 + <view>
  396 + <block wx:for="{{template_arr}}" >
  397 + <block wx:if="{{item.content.is_top==1}}">
  398 + <view style="height:100rpx"></view>
  399 + </block>
  400 + </block>
  401 +
  402 + </view>
396 403  
397 404 <block wx:for="{{template_arr}}" wx:key="{{index}}">
398 405 <view>
... ...