修复一处可能存在的BUG
This commit is contained in:
parent
fc5d34772c
commit
e7b8b7d60c
|
@ -123,7 +123,7 @@
|
|||
<view class="common-form-container">
|
||||
<view class="upload-item">
|
||||
<view class="image-box" v-for="(item, index) in order.images" :key="index">
|
||||
<image class="image" :src="item.src" mode="aspectFill" />
|
||||
<image class="image" :src="item" mode="aspectFill" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue