mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
优化报修图片
This commit is contained in:
parent
1efd717049
commit
3a193c815d
@ -87,9 +87,9 @@
|
||||
</div>
|
||||
<div class="ibox-content">
|
||||
<div>
|
||||
<div>
|
||||
<div class="form-group" v-if="(_photo,index) in ownerRepairDetailInfo.photos">
|
||||
<img style="width: 60px; height: 60px;" v-bind:src="_photo.url" v-on:click="openFile(_photo)"></img>
|
||||
<div class="row">
|
||||
<div class="form-group margin-left" v-for="(item,index) in ownerRepairDetailInfo.photos">
|
||||
<img style="width: 120px; height: 120px;" v-bind:src="item.url" v-on:click="openFile(item)"></img>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -99,6 +99,8 @@
|
||||
|
||||
vc.copyObject(_repairs[0], $that.ownerRepairDetailInfo);
|
||||
|
||||
|
||||
|
||||
//查询房屋信息
|
||||
//vc.component._getRoom();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user