فهرست منبع

feat: 产品引导轮播优化图片加载

cuiyalong 2 سال پیش
والد
کامیت
3da1b8b8a5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/web/templates/frontRouter/pc/pure/sess/guide-intro-dialog-content.html

+ 1 - 1
src/web/templates/frontRouter/pc/pure/sess/guide-intro-dialog-content.html

@@ -76,7 +76,7 @@
         <div class="guide-intro-dialog-content">
             <el-carousel class="carousel-list" height="100%" arrow="always" :interval="2000">
                 <el-carousel-item v-for="(item, index) in imageList" :key="index">
-                    <el-image :src="item.s_pic" fit="contain" />
+                    <img :src="item.s_pic" alt="" />
                 </el-carousel-item>
             </el-carousel>
         </div>