更新小e界面
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user