wangliang_wd

feat:优化简介提示语

@@ -48,7 +48,7 @@ struct EditUserIntroductionPage { @@ -48,7 +48,7 @@ struct EditUserIntroductionPage {
48 .margin(20) 48 .margin(20)
49 49
50 Row(){ 50 Row(){
51 - Text('1、账号中(头像、昵称等)不允许含有违禁违规内容;\n2、最多16个字,只能输入中文、数字、英文字母。') 51 + Text('1、账号中(头像、昵称等)不允许含有违禁违规内容;\n2、最多60个字,只能输入中文、数字、英文字母。')
52 .fontSize(13) 52 .fontSize(13)
53 .fontColor(Color.Gray).lineHeight(25) 53 .fontColor(Color.Gray).lineHeight(25)
54 }.padding({left:16}).width('100%') 54 }.padding({left:16}).width('100%')