111
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user