分享设备用户列表

This commit is contained in:
czz
2025-07-23 13:55:46 +08:00
parent e80011161c
commit 1356eb9e19
61 changed files with 648 additions and 568 deletions

View File

@@ -166,7 +166,7 @@ class MHTLoginPage extends GetView<MHTLoginController> {
// ),
Positioned(
left: 0.rpx,
child: returnIconButtomNew,
child: returnIconButtomNew(),
),
],
),
@@ -182,6 +182,7 @@ class MHTLoginPage extends GetView<MHTLoginController> {
isProgrammaticPop = false;
return; // 阻止处理
}
if (Platform.isAndroid) {
var flag = await _handleBackPressed(context); // 自定义返回逻辑
if (flag) {
@@ -1273,7 +1274,7 @@ class MHTLoginPage extends GetView<MHTLoginController> {
Get.offAndToNamed(
"/mianPageBottomChange");
//登陆成功
//
//
}
},
colors: [
@@ -1786,8 +1787,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 +1805,7 @@ class MHTLoginPage extends GetView<MHTLoginController> {
}
MHTLoginController loginController =
Get.find();
await loginController
.wxLoginSendAuth();
await loginController.wxLoginSendAuth();
// TopSlideNotification.show(context,
// text: "测试阶段,暂不支持".tr);
},