Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
1786f0028e
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/mall/fragment/index.wxml

2
pages/mall/fragment/index.wxml

@ -22,7 +22,7 @@
<scroll-view scroll-y class="mian-list" style="height: {{height}}rpx;"> <scroll-view scroll-y class="mian-list" style="height: {{height}}rpx;">
<view wx:if="{{bannerList.length}}" style="height:270rpx;min-height: 270rpx;margin-top: 16rpx;"> <view wx:if="{{bannerList.length}}" style="height:270rpx;min-height: 270rpx;margin-top: 16rpx;">
<swiper class="screen-swiper" circular="{{true}}" indicator-dots="{{false}}" autoplay="true" interval="5000" duration="500"> <swiper class="screen-swiper" circular="{{true}}" indicator-dots="{{false}}" autoplay="true" interval="5000" duration="500">
<swiper-item wx:for="{{bannerList}}" wx:key="index" >
<swiper-item wx:for="{{bannerList}}" wx:key="index">
<wux-image width="{{702}}" height="{{270}}" wux-class="banner" nuit="{{'rpx'}}" src="{{item.picUrl}}" mode="aspectFill" data-index="{{index}}" bind:click="tapBanner"> <wux-image width="{{702}}" height="{{270}}" wux-class="banner" nuit="{{'rpx'}}" src="{{item.picUrl}}" mode="aspectFill" data-index="{{index}}" bind:click="tapBanner">
<view class="flex flex-center" slot="loading" style="height:270rpx;width:702rpx"> <view class="flex flex-center" slot="loading" style="height:270rpx;width:702rpx">
<text class="icon--refresher"></text> <text class="icon--refresher"></text>

Loading…
Cancel
Save