更新消息设置

This commit is contained in:
wyf
2025-12-05 17:37:01 +08:00
parent 1cc26aa46d
commit db51c42664
44 changed files with 7510 additions and 1059 deletions

View File

@@ -43,6 +43,7 @@ class _OtherLoginPageState extends State<OtherLoginPage> {
void dispose() {
_tapRecognizer2.dispose();
_tapRecognizer4.dispose();
loginController.fluwxCancelable?.cancel();
super.dispose();
}
@@ -104,7 +105,9 @@ class _OtherLoginPageState extends State<OtherLoginPage> {
loginController.fluwxCancelable?.cancel();
// 登录成功移出网络检查监听
Checknetwork.subscription?.cancel();
Get.offAndToNamed("/mianPageBottomChange");
if (Get.currentRoute != '/mianPageBottomChange') {
Get.offAndToNamed("/mianPageBottomChange");
}
}
// TODO 操作全部跳转页面前成功以后移除监听,防止重复监听,其他方式登录成功也需要移出监听
// fluwxCancelable?.cancel();
@@ -119,6 +122,7 @@ class _OtherLoginPageState extends State<OtherLoginPage> {
}
}
});
}
@override
@@ -625,6 +629,7 @@ class _OtherLoginPageState extends State<OtherLoginPage> {
),
),
),
Padding(
padding:
EdgeInsetsDirectional.fromSTEB(0, 26.rpx, 0, 0),