@@ -14,7 +14,7 @@
:duration="duration">
<swiper-item v-for="(item,index) in imgTop" :key="index"
@click="toCoreRange(item.type,item.type=='link'?item.linkUrl:item.goodsTags, item.name)">
- <img :src="item.picUrl" alt="">
+ <image :src="item.picUrl" alt="">
</swiper-item>
</swiper>
</view>