zizhong.wang 3 年之前
父节点
当前提交
4798333efc
共有 1 个文件被更改,包括 1 次插入6 次删除
  1. 1 6
      pages/index/index.vue

+ 1 - 6
pages/index/index.vue

@@ -20,12 +20,7 @@
           :key="index"
           class="swiper-content"
         >
-          <image
-            :src="item.pic_path"
-            mode="aspectFill"
-            style="width: 100%; height: 100%"
-			@click="swiperNavGoPage(item)"
-          ></image>
+          <image :src="item.pic_path"  mode="aspectFill" style="width: 100%; height: 100%" @click="swiperNavGoPage(item)"></image>
         </swiper-item>
       </swiper>
       <image src="../../static/Intersect.svg" class="groove-img"></image>