更新设备wifi

This commit is contained in:
wyf
2025-07-22 20:49:17 +08:00
parent e80011161c
commit eaa64edcd0
12 changed files with 687 additions and 302 deletions

View File

@@ -960,8 +960,10 @@ class MHTLoginPage extends GetView<MHTLoginController> {
),
),
),
);
}),
Obx(() {
return Visibility(
visible: controller.model.loginStyle == 2
@@ -1218,6 +1220,7 @@ class MHTLoginPage extends GetView<MHTLoginController> {
),
),
),
);
}),
Padding(
@@ -1273,7 +1276,7 @@ class MHTLoginPage extends GetView<MHTLoginController> {
Get.offAndToNamed(
"/mianPageBottomChange");
//登陆成功
//
//
}
},
colors: [
@@ -1786,8 +1789,8 @@ class MHTLoginPage extends GetView<MHTLoginController> {
padding: EdgeInsets.zero,
onTap: () async {
// loginController.model.isIos == true &&
MHTRegisterController
registerController = Get.find();
MHTRegisterController registerController =
Get.find();
if (registerController
.model.register_agree ==
null ||
@@ -1804,8 +1807,7 @@ class MHTLoginPage extends GetView<MHTLoginController> {
}
MHTLoginController loginController =
Get.find();
await loginController
.wxLoginSendAuth();
await loginController.wxLoginSendAuth();
// TopSlideNotification.show(context,
// text: "测试阶段,暂不支持".tr);
},