diff --git a/src/subpages/auth/comps/comp-password-input.js b/src/subpages/auth/comps/comp-password-input.js index 9f8d67802..33360fb7c 100644 --- a/src/subpages/auth/comps/comp-password-input.js +++ b/src/subpages/auth/comps/comp-password-input.js @@ -8,7 +8,6 @@ import { View, Text } from '@tarojs/components' import { classNames } from '@/utils' import { useImmer } from 'use-immer' import { SpInput as AtInput } from '@/components' -import { PASSWORD_TIP } from '../const' import './comp-password-input.scss' const initialValue = { @@ -34,7 +33,7 @@ const CompPasswordInput = (props) => { { onChange={handleInputChange('repassword')} /> - {PASSWORD_TIP()} + 密码需由6-16位数字或字母组成