|
|
|
@ -167,7 +167,7 @@ class _UserAgreementDialogState extends State<UserAgreementDialog> { |
|
|
|
), |
|
|
|
child: Center( |
|
|
|
child: Text( |
|
|
|
'不同意', |
|
|
|
'拒绝并退出', |
|
|
|
style: TextStyle( |
|
|
|
fontSize: 16.sp, |
|
|
|
color: const Color.fromRGBO(131, 89, 255, 1), |
|
|
|
@ -198,7 +198,7 @@ class _UserAgreementDialogState extends State<UserAgreementDialog> { |
|
|
|
), |
|
|
|
child: Center( |
|
|
|
child: Text( |
|
|
|
'同意', |
|
|
|
'同意并继续', |
|
|
|
style: TextStyle( |
|
|
|
fontSize: 16.sp, |
|
|
|
color: Colors.white, |
|
|
|
|