bobo hace 3 años
padre
commit
ad54a13d0e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/welfareMall/index/index.wxml

+ 1 - 1
pages/welfareMall/index/index.wxml

@@ -11,7 +11,7 @@
 
     </swiper>
     <view class="dots">
-      <block wx:for="{{bannerList}}" wx:key>
+      <block wx:for="{{bannerList}}" wx:key="index">
         <view class="dot{{index == currentSwiper ? ' active_dot' : ''}}"></view>
       </block>
     </view>