更新登录布局

This commit is contained in:
wyf
2025-06-18 09:52:31 +08:00
parent 81689d2fe8
commit b449f83cb0
4 changed files with 1651 additions and 1791 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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',

View File

@@ -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,

View File

@@ -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,