Google屏蔽演示模式
This commit is contained in:
parent
aa108fca85
commit
61803e2c42
@ -198,21 +198,22 @@ class _StarLockLoginPageState extends State<StarLockLoginPage> {
|
|||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
width: 10.sp,
|
width: 10.sp,
|
||||||
)),
|
)),
|
||||||
GestureDetector(
|
//提交Google暂时屏蔽
|
||||||
child: SizedBox(
|
// GestureDetector(
|
||||||
// width: 150.w,
|
// child: SizedBox(
|
||||||
height: 50.h,
|
// // width: 150.w,
|
||||||
// color: Colors.red,
|
// height: 50.h,
|
||||||
child: Center(
|
// // color: Colors.red,
|
||||||
child: Text('演示模式',
|
// child: Center(
|
||||||
style: TextStyle(
|
// child: Text('演示模式',
|
||||||
fontSize: 22.sp, color: AppColors.mainColor)),
|
// style: TextStyle(
|
||||||
),
|
// fontSize: 22.sp, color: AppColors.mainColor)),
|
||||||
),
|
// ),
|
||||||
onTap: () {
|
// ),
|
||||||
Get.toNamed(Routers.demoModeLockDetailPage);
|
// onTap: () {
|
||||||
},
|
// Get.toNamed(Routers.demoModeLockDetailPage);
|
||||||
)
|
// },
|
||||||
|
// )
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
|
|
||||||
@ -21,7 +20,6 @@ class _LockDetailMainPageState extends State<LockDetailMainPage> {
|
|||||||
void initState() {
|
void initState() {
|
||||||
// TODO: implement initState
|
// TODO: implement initState
|
||||||
super.initState();
|
super.initState();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@ -45,8 +43,9 @@ class _LockDetailMainPageState extends State<LockDetailMainPage> {
|
|||||||
barTitle: F.navTitle,
|
barTitle: F.navTitle,
|
||||||
haveBack: true,
|
haveBack: true,
|
||||||
backgroundColor: AppColors.mainColor),
|
backgroundColor: AppColors.mainColor),
|
||||||
body: LockDetailPage(isOnlyOneData:isOnlyOneData, lockListInfoItemEntity: keyInfos),
|
body: LockDetailPage(
|
||||||
// body: Container(),
|
isOnlyOneData: isOnlyOneData, lockListInfoItemEntity: keyInfos),
|
||||||
|
// body: Container(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -198,12 +198,13 @@ class _StarLockMainPageState extends State<StarLockMainPage> with BaseWidget {
|
|||||||
SizedBox(
|
SizedBox(
|
||||||
height: 160.h,
|
height: 160.h,
|
||||||
),
|
),
|
||||||
SubmitBtn(
|
//提交Google暂时屏蔽
|
||||||
btnName: '演示模式',
|
// SubmitBtn(
|
||||||
onClick: () {
|
// btnName: '演示模式',
|
||||||
Get.toNamed(Routers.demoModeLockDetailPage);
|
// onClick: () {
|
||||||
},
|
// Get.toNamed(Routers.demoModeLockDetailPage);
|
||||||
)
|
// },
|
||||||
|
// )
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user