From 44642c8f58a4d867217b414bf2b936a2f4992f6e Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 28 Mar 2024 08:56:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=90=86=E7=94=B1=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/commpents/myprofile/index.js | 5 ++++- user/commpents/myprofile/index.wxss | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/user/commpents/myprofile/index.js b/user/commpents/myprofile/index.js index 057aab7..0862976 100644 --- a/user/commpents/myprofile/index.js +++ b/user/commpents/myprofile/index.js @@ -877,7 +877,10 @@ Component({ } }, zhuanchangConfirm(e){ - this.setData({ zhuanchang_show: false }); + this.setData({ + zhuanchang_show: false, + expertise_reason:'' + }); this.triggerEvent('hidePageMeta'); }, zhuanchangConcle(e){ diff --git a/user/commpents/myprofile/index.wxss b/user/commpents/myprofile/index.wxss index e4cc81e..74a6d5a 100644 --- a/user/commpents/myprofile/index.wxss +++ b/user/commpents/myprofile/index.wxss @@ -266,4 +266,5 @@ color: #FF0000; letter-spacing: 3rpx; font-weight: 600; + word-break: break-all; } \ No newline at end of file