Fix(用户):[#1899]设置昵称限制最多12个字,不能输入超过12字
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
</button>
|
||||
<input
|
||||
type="nickname"
|
||||
maxlength="12"
|
||||
class="input-wrapper"
|
||||
placeholder="请输入昵称"
|
||||
@input="inputName"
|
||||
|
||||
Reference in New Issue
Block a user