no message

This commit is contained in:
1147192855@qq.com 2024-04-19 14:12:04 +08:00
parent 8c800e1d1c
commit 02cb205126
2 changed files with 1 additions and 2 deletions

View File

@ -399,7 +399,7 @@ class _TheLoginState extends ConsumerState<TheLogin> with CommonMixin {
String userPwd = _passwordController.text.trim();
if (userName == '') return toMsg('请填写用户账号');
if (userPwd == '') return toMsg('请填写密码再试');
if (!readAgreement) return toMsg('阅读用户协议');
if (!readAgreement) return toMsg('勾选我已阅读用户协议和隐私协议');
String userPwdMd5 = CommonUtils.generateMD5(userPwd);
EasyLoading.show(status: 'loading...');

View File

@ -70,7 +70,6 @@ final Map<AGREEMENT_KEY, AgreementClass> AGREEMENT_MAP = {
<li></li>
<li></li>
<li></li>
<li>使使</li>
<li>广广</li>
<li>广广</li>
<li></li>