uu
This commit is contained in:
parent
c21279be6a
commit
c1d552f62f
@ -9,11 +9,11 @@
|
||||
</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(index)" :src="item" width="100" height="50" mode="aspectFill"
|
||||
custom-style="margin: 20rpx 20rpx 0 0;"
|
||||
custom-style=""
|
||||
></u-image>
|
||||
</u-row>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user