更新小e界面

This commit is contained in:
wyf
2025-07-10 11:16:21 +08:00
parent ceb228b256
commit 76b93613dc
5 changed files with 135 additions and 32 deletions

View File

@@ -212,7 +212,13 @@ class _NewHomePageState extends State<NewHomePage> {
width: 60.rpx,
height: 60.rpx,
onTap: () {
print("点击了小鹅图标");
// print("点击了小鹅图标");
if (userInfoController.model.login == 0) {
Get.toNamed("/loginPage");
}
Get.toNamed("/xiaoEPage",
arguments:
"https://xiaoe.he-info.cn/?mac=b43a45c3ddf4");
},
),
SizedBox(width: 40.rpx),