更新用户模块

This commit is contained in:
wyf
2025-06-09 19:11:25 +08:00
parent 8dfc522a69
commit 501d133bad
19 changed files with 1470 additions and 307 deletions

View File

@@ -1308,7 +1308,10 @@ class MHTLoginPage extends GetView<MHTLoginController> {
null;
loginController.model.phone = null;
loginController.model.code = null;
MHTRegisterController
registerController = Get.find();
registerController
.model.register_agree = false;
Get.offAndToNamed(
"/mianPageBottomChange");
}