Commit dbc05692 authored by duxinyuan's avatar duxinyuan

1

parent a25420d9
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<span >X</span> <span >X</span>
</div> </div>
<swiper :options="swiperOption"> <swiper :options="swiperOption">
<swiper-slide v-for="(item,index) in imges"><img :src="item.url" class="picStyle" /></swiper-slide> <swiper-slide v-for="(item,index) in imges" :key="index"><img :src="item.url" class="picStyle" /></swiper-slide>
</swiper> </swiper>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment