src/pages/library/components/carList.vue
@@ -152,6 +152,7 @@ :key="index" > <img v-if="item.url.length" style="width: 100px; height: 100px; object-fit: contain" :src="item.url" alt @@ -753,7 +754,6 @@ }, data() { var checkCar = (rule, value, callback) => { debugger; if (!value) { return callback(); } else { @@ -977,7 +977,6 @@ data: fd, }); if (res.success) { debugger; this.form.carUrls.push({ url: "/httpImage/" + res.data.picUrl }); } },