Forráskód Böngészése

截图上传不加载首页列表图片

彭宇 2 éve
szülő
commit
24a5250012
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/views/forest.vue

+ 2 - 2
src/views/forest.vue

@@ -277,8 +277,8 @@
                     v-model="eventSearch" @change="searchEvent(eventSearch)">
                   </el-input>
                 </div>
-                <div class="d-l-con padding-box nowrap" v-for="(item,index) in eventList"
-                     @click="dropLocation(item.latitude,item.longitude)">
+                <div  class="d-l-con padding-box nowrap" v-for="(item,index) in eventList"
+                     @click="dropLocation(item.latitude,item.longitude)" data-html2canvas-ignore>
                   <div class="bgt-img">
                     <img v-if="item.picturePath!=null&&item.picturePath!=''&& item.pictureType=='image'"
                          :src="item.picturePath"