理由换行

This commit is contained in:
zoujiandong 2024-03-28 08:56:01 +08:00
parent b938adef70
commit 44642c8f58
2 changed files with 5 additions and 1 deletions

View File

@ -877,7 +877,10 @@ Component({
}
},
zhuanchangConfirm(e){
this.setData({ zhuanchang_show: false });
this.setData({
zhuanchang_show: false,
expertise_reason:''
});
this.triggerEvent('hidePageMeta');
},
zhuanchangConcle(e){

View File

@ -266,4 +266,5 @@
color: #FF0000;
letter-spacing: 3rpx;
font-weight: 600;
word-break: break-all;
}