Browse Source

隐私协议更改

null_safety
w-R 4 years ago
parent
commit
d1ed3d7d3d
  1. 28
      lib/setting/treaty_page.dart

28
lib/setting/treaty_page.dart

@ -55,24 +55,12 @@ class _TreatyPage extends State<TreatyPage> {
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text.rich(
TextSpan(children: [
TextSpan(
text: "本应用尊重并保护所有使用服务用户的个人隐私权。为了给您提供更准确"
"、更有个性化的服务,本应用会按照本隐私权政策的规定使用和披露您的个人信息。但本应用将以高度的勤勉、"
"审慎义务对待这些信息。除本隐私权政策另有规定外,在未征得您事先许可的情况下,"
"本应用不会将这些信息对外披露或向第三方提供。本应用会不时更新本隐私权政策。 "
"您在同意本应用服务使用协议之时,即视为您已经同意本隐私权政策全部内容。本隐私权政策属于本应用服务使用协议不可分割的一部分。",
style: TextStyle(
fontSize: 18,
fontWeight: FontWeight.w300,
height: 1.2,
color: Colors.black),
),
]),
textDirection: TextDirection.ltr,
),
Padding(padding:EdgeInsets.only(top: 20,bottom: 20),child: Text(
_textRich("本应用尊重并保护所有使用服务用户的个人隐私权。为了给您提供更准确"
"、更有个性化的服务,本应用会按照本隐私权政策的规定使用和披露您的个人信息。但本应用将以高度的勤勉、"
"审慎义务对待这些信息。除本隐私权政策另有规定外,在未征得您事先许可的情况下,"
"本应用不会将这些信息对外披露或向第三方提供。本应用会不时更新本隐私权政策。 "
"您在同意本应用服务使用协议之时,即视为您已经同意本隐私权政策全部内容。本隐私权政策属于本应用服务使用协议不可分割的一部分。"),
Padding(padding:EdgeInsets.only(bottom: 20),child: Text(
"1. 适用范围",
style: TextStyle(
fontSize: 18,
@ -87,7 +75,7 @@ class _TreatyPage extends State<TreatyPage> {
_textRich("(a) 您在使用本应用平台提供的搜索服务时输入的关键字信息;"),
_textRich("(b) 本应用收集到的您在本应用发布的有关信息数据,包括但不限于参与活动、成交信息及评价详情;"),
_textRich("(c) 违反法律规定或违反本应用规则行为及本应用已对您采取的措施。"),
Padding(padding:EdgeInsets.only(top: 20,bottom: 20),child: Text(
Padding(padding:EdgeInsets.only(bottom: 20),child: Text(
"2. 信息使用",
style: TextStyle(
fontSize: 18,
@ -101,7 +89,7 @@ class _TreatyPage extends State<TreatyPage> {
"任何本应用平台用户如从事上述活动,一经发现,本应用有权立即终止与该用户的服务协议。"),
_textRich("(c) 为服务用户的目的,本应用可能通过使用您的个人信息,向您提供您感兴趣的信息,"
"包括但不限于向您发出产品和服务信息,或者与本应用合作伙伴共享信息以便他们向您发送有关其产品和服务的信息(后者需要您的事先同意)。"),
Padding(padding:EdgeInsets.only(top: 20,bottom: 20),child: Text(
Padding(padding:EdgeInsets.only(bottom: 20),child: Text(
"3. 信息披露",
style: TextStyle(
fontSize: 18,

Loading…
Cancel
Save