更新登录布局
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -137,7 +137,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
|
|||||||
InputBorder.none,
|
InputBorder.none,
|
||||||
contentPadding:
|
contentPadding:
|
||||||
EdgeInsetsDirectional.fromSTEB(
|
EdgeInsetsDirectional.fromSTEB(
|
||||||
20.rpx, 0, 0, 10.rpx),
|
20.rpx, 0, 0, 0.rpx),
|
||||||
),
|
),
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontFamily: 'Readex Pro',
|
fontFamily: 'Readex Pro',
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ class UpdatePasswordPage extends GetView<UpdatePasswordController> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
child: Scaffold(
|
child: Scaffold(
|
||||||
// key: scaffoldKey,
|
// key: scaffoldKey,
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
backgroundColor: Colors.transparent,
|
backgroundColor: Colors.transparent,
|
||||||
// backgroundColor: Colors.transparent,
|
// backgroundColor: Colors.transparent,
|
||||||
@@ -80,7 +80,6 @@ class UpdatePasswordPage extends GetView<UpdatePasswordController> {
|
|||||||
actions: [],
|
actions: [],
|
||||||
centerTitle: false,
|
centerTitle: false,
|
||||||
),
|
),
|
||||||
|
|
||||||
backgroundColor: Colors.transparent,
|
backgroundColor: Colors.transparent,
|
||||||
body: Container(
|
body: Container(
|
||||||
width: bodysize!.maxWidth,
|
width: bodysize!.maxWidth,
|
||||||
|
|||||||
@@ -108,7 +108,9 @@ var mhonGenerateRoute = (RouteSettings settings) {
|
|||||||
if (loginStatus != 1) {
|
if (loginStatus != 1) {
|
||||||
if (settings.name != "/loginPage" &&
|
if (settings.name != "/loginPage" &&
|
||||||
settings.name != "/otherLoginPage" &&
|
settings.name != "/otherLoginPage" &&
|
||||||
settings.name != "/mianPageBottomChange") {
|
settings.name != "/mianPageBottomChange" &&
|
||||||
|
settings.name != "/registerPage" &&
|
||||||
|
settings.name != "/findPasswordPage") {
|
||||||
// TopSlideNotification.show(
|
// TopSlideNotification.show(
|
||||||
// navigatorKey.currentContext!,
|
// navigatorKey.currentContext!,
|
||||||
// text: "必须登录提示".tr,
|
// text: "必须登录提示".tr,
|
||||||
|
|||||||
Reference in New Issue
Block a user