|
|
@ -58,7 +58,7 @@ class _TreatyPage extends State<TreatyPage> { |
|
|
|
child: Align( |
|
|
|
child: Align( |
|
|
|
alignment: Alignment.center, |
|
|
|
alignment: Alignment.center, |
|
|
|
child: Text( |
|
|
|
child: Text( |
|
|
|
"用户注册及使用App隐私协议", |
|
|
|
(userType == "0") ? "用户注册及使用App隐私协议" : "用户协议", |
|
|
|
style: TextStyle( |
|
|
|
style: TextStyle( |
|
|
|
fontSize: 18.sp, |
|
|
|
fontSize: 18.sp, |
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|
fontWeight: MyFontWeight.semi_bold, |
|
|
|