优化代码

This commit is contained in:
java110 2020-09-25 18:40:07 +08:00
parent 9b7c30da92
commit 56f3fb8be4

View File

@ -1,4 +1,4 @@
<div class="uploadImage">
<div class="uploadImage row">
<div v-for="image in this.uploadImageInfo.photos">
<img v-bind:src="image" width="100px" height="100px"/>
<span v-on:click="this._removeImage(image)" class="fa fa-remove"