This commit is contained in:
zoujiandong
2025-07-25 17:21:39 +08:00
parent 05ef454ac8
commit 607ff57b2f
5 changed files with 69 additions and 57 deletions
+8 -1
View File
@@ -374,8 +374,9 @@
</view>
</view>
<view class="sendbox">
<view class="left">
<view class="left" :class="{disabled:imgList.length>=1}">
<up-upload
:disabled="imgList.length>=1"
:show-upload-list="false"
@afterRead="afterRead"
name="imgupload"
@@ -385,6 +386,7 @@
height="77rpx"
>
<up--image
:src="uploadImg"
mode="widthFix"
width="40rpx"
@@ -2014,6 +2016,11 @@ const readRecord= async()=>{
display: flex;
justify-content: space-between;
margin: 0 30rpx 30rpx;
.left.disabled{
:deep(.u-image__image){
opacity: 0.5;
}
}
.btn {
width: 120rpx;
height: 58rpx;