更新版本迭代重新登录

This commit is contained in:
wyf
2025-07-25 09:25:04 +08:00
parent 617ea71fe9
commit 19568913bb
11 changed files with 256 additions and 85 deletions

View File

@@ -184,10 +184,11 @@ class MHTLoginPage extends GetView<MHTLoginController> {
}
if (Platform.isAndroid) {
var flag = await _handleBackPressed(context); // 自定义返回逻辑
if (flag) {
SystemNavigator.pop();
}
// var flag = await _handleBackPressed(context); // 自定义返回逻辑
// if (flag) {
// SystemNavigator.pop();
// }
Get.back();
}
},
child: Align(
@@ -961,10 +962,8 @@ class MHTLoginPage extends GetView<MHTLoginController> {
),
),
),
);
}),
Obx(() {
return Visibility(
visible: controller.model.loginStyle == 2
@@ -1221,7 +1220,6 @@ class MHTLoginPage extends GetView<MHTLoginController> {
),
),
),
);
}),
Padding(