调整考试时间和作业等上传图片数量

This commit is contained in:
2025-12-18 09:25:04 +08:00
parent 97520a832f
commit fc09ea803c
5 changed files with 6 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
<view class="input_box">
<text class="input_tit">上传图片:</text>
<view class="in" style="border: none;" @click="checkPermision">
<u-upload :fileList="fileList1" @afterRead="addPic" @delete="deletePic" multiple :maxCount="4"
<u-upload :fileList="fileList1" @afterRead="addPic" @delete="deletePic" multiple :maxCount="9"
width="40" height="40" :previewFullImage="true">
</u-upload>
<!-- <text style="font-size: 24rpx; color: #999;">可上传4张问题截图</text> -->