uu
This commit is contained in:
parent
480e56e181
commit
c762d35faa
@ -9,8 +9,8 @@
|
||||
</u-button>
|
||||
</view>
|
||||
</u-row>
|
||||
<view>
|
||||
<u-row>
|
||||
<view v-if="dataList.length > 0" class="mt-20">
|
||||
<u-row custom-style="flex-wrap: wrap;column-gap: 20rpx; row-gap: 20rpx;">
|
||||
<u-image v-for="(item, index) in dataList"
|
||||
@click="handlePreviewCur(dataList, index)" :src="item" width="100" height="50" mode="aspectFill"
|
||||
custom-style="margin: 20rpx 20rpx 0 0;"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user