fix: 用户昵称和手机号正则校验限长度
This commit is contained in:
@@ -1363,7 +1363,7 @@ onMounted(() => {
|
||||
<a-input
|
||||
v-model:value="modalState.from.phonenumber"
|
||||
allow-clear
|
||||
:maxlength="11"
|
||||
:maxlength="16"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
|
||||
Reference in New Issue
Block a user