|
|
|
|
@ -93,6 +93,10 @@ class _LoginPageState extends State<page6_download> {
|
|
|
|
|
return Row(
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
InkWell(
|
|
|
|
|
onTap: onTapFun,
|
|
|
|
|
child: Row(
|
|
|
|
|
children: [
|
|
|
|
|
Image.asset(
|
|
|
|
|
leadPath,
|
|
|
|
|
height: ScreenUtil().setHeight(88),
|
|
|
|
|
@ -110,6 +114,7 @@ class _LoginPageState extends State<page6_download> {
|
|
|
|
|
// ),
|
|
|
|
|
child: TextField(
|
|
|
|
|
// textAlignVertical: TextAlignVertical(y: 1.0),
|
|
|
|
|
onTap: onTapFun,
|
|
|
|
|
maxLines: 1,
|
|
|
|
|
cursorHeight: 60,
|
|
|
|
|
style: TextStyle(fontSize: size, decoration: TextDecoration.underline),
|
|
|
|
|
@ -123,6 +128,9 @@ class _LoginPageState extends State<page6_download> {
|
|
|
|
|
borderRadius: BorderRadius.circular(30), borderSide: BorderSide.none),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
)
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
SizedBox(width: ScreenUtil().setWidth(40)),
|
|
|
|
|
Image.asset('assets/images/copy.png',
|
|
|
|
|
@ -215,7 +223,7 @@ class _LoginPageState extends State<page6_download> {
|
|
|
|
|
},
|
|
|
|
|
),
|
|
|
|
|
Expanded(
|
|
|
|
|
child: Text("apk软件下载",
|
|
|
|
|
child: Text("软件下载(apk)",
|
|
|
|
|
style: TextStyle(color: Colors.white, fontSize: 20),
|
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
|
overflow: TextOverflow.ellipsis),
|
|
|
|
|
@ -241,7 +249,7 @@ class _LoginPageState extends State<page6_download> {
|
|
|
|
|
child: Image.asset('assets/images/ybsthbj.png', fit: BoxFit.fitHeight),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
SizedBox(height: 30),
|
|
|
|
|
SizedBox(height: 40),
|
|
|
|
|
Text('扫描二维码下载', textAlign: TextAlign.center, style: TextStyle(fontSize: 20)),
|
|
|
|
|
|
|
|
|
|
//原文链接:https://blog.csdn.net/houruoyu3/article/details/112314090
|
|
|
|
|
@ -264,7 +272,7 @@ class _LoginPageState extends State<page6_download> {
|
|
|
|
|
// embeddedImage: AssetImage('assets/images/ybsthbj.png'),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
SizedBox(height: 30),
|
|
|
|
|
SizedBox(height: 40),
|
|
|
|
|
Text('网址下载', textAlign: TextAlign.center, style: TextStyle(fontSize: 20)),
|
|
|
|
|
//账户管理项目
|
|
|
|
|
_getUrlRow(download_url,
|
|
|
|
|
|