Commit f1754d6f9741267dbccf9ede25eaa1987323d807
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,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 | <navigator bindtap="go_url" data-remark="1" data-url="/packageC/pages/luckyGo/luckyGo_activityList/luckyGo_activityList" hover-class="none"> | 213 | <navigator bindtap="go_url" data-remark="1" data-url="/packageC/pages/luckyGo/luckyGo_activityList/luckyGo_activityList" hover-class="none"> |
| 214 | <view class="seckill-time"> | 214 | <view class="seckill-time"> |
| 215 | <view class="classname flex ai_c"> | 215 | <view class="classname flex ai_c"> |
| @@ -375,7 +375,7 @@ | @@ -375,7 +375,7 @@ | ||
| 375 | <!--是否是自定义--> | 375 | <!--是否是自定义--> |
| 376 | <view class="container" wx:if="{{isTemplate}}" style="background-color:{{bgcolor_t}}; padding-bottom: 10rpx"> | 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 | <view id="off_top" wx:if="{{is_gz_h5}}"><official-account ></official-account></view> | 380 | <view id="off_top" wx:if="{{is_gz_h5}}"><official-account ></official-account></view> |
| 381 | 381 | ||
| @@ -392,7 +392,14 @@ | @@ -392,7 +392,14 @@ | ||
| 392 | </block> | 392 | </block> |
| 393 | </view> | 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 | <block wx:for="{{template_arr}}" wx:key="{{index}}"> | 404 | <block wx:for="{{template_arr}}" wx:key="{{index}}"> |
| 398 | <view> | 405 | <view> |