mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
df4cf95cad
commit
71727de57e
@ -1,6 +1,6 @@
|
||||
<div class="uploadImage row margin-left-0">
|
||||
<div v-for="image in this.uploadImageInfo.photos">
|
||||
<img v-bind:src="image.url" width="100px" height="100px" />
|
||||
<img v-bind:src="image" width="100px" height="100px" />
|
||||
<span v-on:click="this._removeImage(image)" class="fa fa-remove" style="position: relative; top: -35px;right: 20px; color: #d9534f"></span>
|
||||
</div>
|
||||
<div class="uploadButton" v-on:click="this._uploadPhoto()" v-if="this.uploadImageInfo.photos.length < this.uploadImageInfo.imageCount">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user