diff --git a/lib/setting/treaty_page.dart b/lib/setting/treaty_page.dart index 45e7d888..78973710 100644 --- a/lib/setting/treaty_page.dart +++ b/lib/setting/treaty_page.dart @@ -58,7 +58,7 @@ class _TreatyPage extends State { child: Align( alignment: Alignment.center, child: Text( - "用户注册及使用App隐私协议", + (userType == "0") ? "用户注册及使用App隐私协议" : "用户协议", style: TextStyle( fontSize: 18.sp, fontWeight: MyFontWeight.semi_bold,