Browse Source

去掉声明

remove_uniapp
w-R 3 years ago
parent
commit
06a6a65928
  1. 2
      lib/setting/about_page.dart
  2. 3
      lib/setting/treaty_page.dart

2
lib/setting/about_page.dart

@ -84,7 +84,7 @@ class _AboutPage extends State<AboutPage> {
S.of(context).dangqianbanben,
S.of(context).banben(version),
),
textItem(S.of(context).tebieshengming),
// textItem(S.of(context).tebieshengming),
InkWell(
onTap: () {
Navigator.of(context)

3
lib/setting/treaty_page.dart

@ -36,7 +36,8 @@ class _TreatyPage extends State<TreatyPage> {
background: Colors.transparent,
leadingColor: Colors.black,
),
body: Container(
body:
Container(
width: MediaQuery.of(context).size.width,
height: MediaQuery.of(context).size.height,
alignment: Alignment.center,

Loading…
Cancel
Save