Browse Source

兑换大厅banner调整

DELL 3 years ago
parent
commit
ad05e31194
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/core/index.vue

+ 1 - 1
pages/core/index.vue

@@ -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>