no message

This commit is contained in:
1147192855@qq.com 2024-04-19 13:48:06 +08:00
parent e33e3cfac3
commit 8c800e1d1c
2 changed files with 21 additions and 5 deletions

View File

@ -59,7 +59,7 @@ class _TheLoginState extends ConsumerState<TheLogin> with CommonMixin {
late final FocusNode _theFocus; late final FocusNode _theFocus;
bool keepPwd = false; // bool keepPwd = false; //
bool readAgreement = true; // bool readAgreement = false; //
bool canLogin = true; bool canLogin = true;
bool hasNameVal = false; bool hasNameVal = false;
bool _isShowPwd = true; bool _isShowPwd = true;
@ -339,7 +339,7 @@ class _TheLoginState extends ConsumerState<TheLogin> with CommonMixin {
transition: getTransition(), transition: getTransition(),
); );
}, },
child: quickText('请仔细阅读', size: 13.sp), child: quickText('我已阅读', size: 11.sp),
), ),
InkWell( InkWell(
onTap: () { onTap: () {
@ -349,9 +349,25 @@ class _TheLoginState extends ConsumerState<TheLogin> with CommonMixin {
transition: getTransition(), transition: getTransition(),
); );
}, },
child: const Text( child: quickText(
'《用户协议》', '《用户协议》',
style: TextStyle(color: Colors.deepOrangeAccent), size: 12.sp,
color: Colors.deepOrangeAccent,
),
),
quickText('', size: 10.sp),
InkWell(
onTap: () {
RouterManager.router.navigateTo(
context,
'${RouterManager.agreementPath}?type=${AGREEMENT_KEY.PRIVACY_GREEMENT.name}',
transition: getTransition(),
);
},
child: quickText(
'《隐私协议》',
size: 12.sp,
color: Colors.deepOrangeAccent,
), ),
), ),
], ],

View File

@ -33,7 +33,7 @@ final Map<AGREEMENT_KEY, AgreementClass> AGREEMENT_MAP = {
<ul> <ul>
<li><strong></strong>使<ul><li>使GPS或WiFi等方式收集的您的地理位置信息</li><li></li></ul></li> <li><strong></strong>使<ul><li>使GPS或WiFi等方式收集的您的地理位置信息</li><li></li></ul></li>
<li><strong></strong>使</li> <li><strong></strong>使</li>
<li><strong></strong>使cookies<strong></strong><strong></strong><strong></strong>cookie使</li> <li><strong></strong>使cookies<strong></strong><strong></strong><strong></strong>cookie使</li>
</ul> </ul>