修复一处可能存在的BUG

This commit is contained in:
TOP糯米 2023-03-22 22:36:50 +08:00
parent fc5d34772c
commit e7b8b7d60c
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
<view class="common-form-container"> <view class="common-form-container">
<view class="upload-item"> <view class="upload-item">
<view class="image-box" v-for="(item, index) in order.images" :key="index"> <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> </view>
</view> </view>