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