更新登录布局
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,
|
||||
contentPadding:
|
||||
EdgeInsetsDirectional.fromSTEB(
|
||||
20.rpx, 0, 0, 10.rpx),
|
||||
20.rpx, 0, 0, 0.rpx),
|
||||
),
|
||||
style: TextStyle(
|
||||
fontFamily: 'Readex Pro',
|
||||
|
||||
@@ -80,7 +80,6 @@ class UpdatePasswordPage extends GetView<UpdatePasswordController> {
|
||||
actions: [],
|
||||
centerTitle: false,
|
||||
),
|
||||
|
||||
backgroundColor: Colors.transparent,
|
||||
body: Container(
|
||||
width: bodysize!.maxWidth,
|
||||
|
||||
@@ -108,7 +108,9 @@ var mhonGenerateRoute = (RouteSettings settings) {
|
||||
if (loginStatus != 1) {
|
||||
if (settings.name != "/loginPage" &&
|
||||
settings.name != "/otherLoginPage" &&
|
||||
settings.name != "/mianPageBottomChange") {
|
||||
settings.name != "/mianPageBottomChange" &&
|
||||
settings.name != "/registerPage" &&
|
||||
settings.name != "/findPasswordPage") {
|
||||
// TopSlideNotification.show(
|
||||
// navigatorKey.currentContext!,
|
||||
// text: "必须登录提示".tr,
|
||||
|
||||
Reference in New Issue
Block a user