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 208 </view>
209 209 </navigator>
210 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 212 <swiper-item wx:for="{{pindGoods}}" wx:key="{{index}}" wx:for-index="pix">
213 213 <view class="teamheight" style='display:block;' wx:for="{{item}}" wx:for-item="aitem" wx:for-index="aind">
214 214 <view class="kill-item">
... ... @@ -263,10 +263,10 @@
263 263 </swiper-item>
264 264 </swiper>
265 265  
266   - <view class="flex-center-around translations abs">
  266 + <!-- <view class="flex-center-around translations abs">
267 267 <view class="circle spot" wx:for="{{pindGoods}}" wx:key="{{index}}" style="background:{{index==pt_index?'#fff':'#999'}}">
268 268 </view>
269   - </view>
  269 + </view> -->
270 270 </view>
271 271 </view>
272 272  
... ...