更新登录页面

This commit is contained in:
wyf
2025-06-27 10:02:01 +08:00
parent 943f5a778a
commit 6d1d01edc6
2 changed files with 1579 additions and 1652 deletions

View File

@@ -171,7 +171,14 @@ class _NewHomePageState extends State<NewHomePage> {
children: [
// 左侧头像
Obx(() {
return userInfo(userInfoController.model.login);
return InkWell(
onTap: () {
if (userInfoController.model.login == 0) {
Get.toNamed("/loginPage");
}
},
child: userInfo(userInfoController.model.login),
);
}),
const Spacer(), // 左右分隔
FloatingSvgIcon(

File diff suppressed because it is too large Load Diff