Fix(用户):[#1899]设置昵称限制最多12个字,不能输入超过12字

This commit is contained in:
lifizer
2024-06-28 16:07:36 +08:00
parent 609b8a8b60
commit e5ce19539d
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -53,6 +53,7 @@
</button>
<input
type="nickname"
maxlength="12"
class="input-wrapper"
placeholder="请输入昵称"
@input="inputName"