1、发布活动和修改活动的上传图片的最多可传9张调整

This commit is contained in:
wangzimeng 2025-08-12 09:06:57 +08:00
parent 102480ea99
commit baa5431279
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
<view class="shenfen row flex flex-column" style="margin-top: 42rpx;"> <view class="shenfen row flex flex-column" style="margin-top: 42rpx;">
<u-upload :fileList="fileList1" @afterRead="afterRead" :previewFullImage="true" <u-upload :fileList="fileList1" @afterRead="afterRead" :previewFullImage="true"
@delete="deletePic" @oversize="oversize" name="1" multiple :maxSize="1 * 1024 * 1024" @delete="deletePic" @oversize="oversize" name="1" multiple :maxSize="1 * 1024 * 1024"
:maxCount="5"> :maxCount="9">
<view class="pic_view"> <view class="pic_view">
<image src="@/static/index/upload1.png" mode="widthFix" <image src="@/static/index/upload1.png" mode="widthFix"
style="width: 44rpx;height: 44rpx;" /> style="width: 44rpx;height: 44rpx;" />

View File

@ -31,7 +31,7 @@
<view class="shenfen row flex flex-column" style="margin-top: 42rpx;"> <view class="shenfen row flex flex-column" style="margin-top: 42rpx;">
<u-upload :fileList="fileList1" @afterRead="afterRead" :previewFullImage="true" <u-upload :fileList="fileList1" @afterRead="afterRead" :previewFullImage="true"
@delete="deletePic" @oversize="oversize" name="1" multiple :maxSize="1 * 1024 * 1024" @delete="deletePic" @oversize="oversize" name="1" multiple :maxSize="1 * 1024 * 1024"
:maxCount="5"> :maxCount="9">
<view class="pic_view"> <view class="pic_view">
<image src="@/static/index/upload1.png" mode="widthFix" <image src="@/static/index/upload1.png" mode="widthFix"
style="width: 44rpx;height: 44rpx;" /> style="width: 44rpx;height: 44rpx;" />

View File

@ -30,7 +30,7 @@
<view class="shenfen row flex flex-column" style="margin-top: 42rpx;"> <view class="shenfen row flex flex-column" style="margin-top: 42rpx;">
<u-upload :fileList="fileList1" @afterRead="afterRead" :previewFullImage="true" <u-upload :fileList="fileList1" @afterRead="afterRead" :previewFullImage="true"
@delete="deletePic" @oversize="oversize" name="1" multiple :maxSize="1 * 1024 * 1024" @delete="deletePic" @oversize="oversize" name="1" multiple :maxSize="1 * 1024 * 1024"
:maxCount="5"> :maxCount="9">
<view class="pic_view"> <view class="pic_view">
<image src="@/static/index/upload1.png" mode="widthFix" <image src="@/static/index/upload1.png" mode="widthFix"
style="width: 44rpx;height: 44rpx;" /> style="width: 44rpx;height: 44rpx;" />