Commit 88c4c9b7b5b6954b6fe30902325b4d86153e1610

Authored by taiyuan
1 parent eb312836

限时团购指示器修改

Showing 1 changed file with 3 additions and 3 deletions
pages/index/index/index.wxml
@@ -208,7 +208,7 @@ @@ -208,7 +208,7 @@
208 </view> 208 </view>
209 </navigator> 209 </navigator>
210 <view class="seckill-lists rel"> 210 <view class="seckill-lists rel">
211 - <swiper class="s_proms" style="height:{{pindGoods[0].length>1?'580':'290'}}rpx" indicator-active-color='red' bindchange="ptSwiperChange"> 211 + <swiper class="s_proms" style="height:{{pindGoods[0].length>1?'580':'290'}}rpx" indicator-active-color='red' bindchange="ptSwiperChange" indicator-dots>
212 <swiper-item wx:for="{{pindGoods}}" wx:key="{{index}}" wx:for-index="pix"> 212 <swiper-item wx:for="{{pindGoods}}" wx:key="{{index}}" wx:for-index="pix">
213 <view class="teamheight" style='display:block;' wx:for="{{item}}" wx:for-item="aitem" wx:for-index="aind"> 213 <view class="teamheight" style='display:block;' wx:for="{{item}}" wx:for-item="aitem" wx:for-index="aind">
214 <view class="kill-item"> 214 <view class="kill-item">
@@ -263,10 +263,10 @@ @@ -263,10 +263,10 @@
263 </swiper-item> 263 </swiper-item>
264 </swiper> 264 </swiper>
265 265
266 - <view class="flex-center-around translations abs"> 266 + <!-- <view class="flex-center-around translations abs">
267 <view class="circle spot" wx:for="{{pindGoods}}" wx:key="{{index}}" style="background:{{index==pt_index?'#fff':'#999'}}"> 267 <view class="circle spot" wx:for="{{pindGoods}}" wx:key="{{index}}" style="background:{{index==pt_index?'#fff':'#999'}}">
268 </view> 268 </view>
269 - </view> 269 + </view> -->
270 </view> 270 </view>
271 </view> 271 </view>
272 272