hyzp_ybqx-Commit002:已经为“宜宾市翠屏区黑烟车抓拍系统”替换好图片和代码信息,编译通过

This commit is contained in:
WinUser01
2021-12-10 22:00:44 +08:00
parent 8c74b14e5c
commit 3f77e05354
24 changed files with 102 additions and 116 deletions
+6 -6
View File
@@ -1,10 +1,9 @@
import 'package:flutter/material.dart';
import '../../../components/commonFun.dart';
import '../../../widget/JdButton.dart';
import '../../../components/commonFun.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import '../../../components/commonFun.dart';
import '../../../widget/JdButton.dart';
class MyAbout extends StatefulWidget {
MyAbout({Key key, this.ver, this.date}) : super(key: key);
String ver = '1.0.0';
@@ -113,12 +112,13 @@ class _LoginPageState extends State<MyAbout> {
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
SizedBox(height: 60),
Text('宜宾市黑烟车电子抓拍系统', style: TextStyle(fontSize: 20)),
Text('宜宾市翠屏黑烟车电子抓拍系统', style: TextStyle(fontSize: 20)),
Text('v${widget.ver}(${widget.date})', style: TextStyle(fontSize: 20)),
SizedBox(height: 60),
Text('© 宜宾市生态环境局 四川省踏石科技 版权所有\n服务热线:187-8467-8300',
Text('© 宜宾市翠屏生态环境局 四川省踏石科技 版权所有',
maxLines: 2, style: TextStyle(fontSize: 16), textAlign: TextAlign.center),
],
// Text('© 宜宾市翠屏生态环境局 四川省踏石科技 版权所有\n服务热线:187-8467-8300',
),
),
SizedBox(height: 100),