From 1f7a6e6babe03e6112bbe737b54db21fdc598572 Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Fri, 11 Mar 2022 16:04:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=8D=8F=E8=AE=AE=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/setting/treaty_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,