修复眠花糖设置闹钟无效

This commit is contained in:
wyf
2025-10-31 15:03:36 +08:00
parent 3c5db3bdf2
commit 58f4b1f0bb
18 changed files with 812 additions and 124 deletions

View File

@@ -87,6 +87,11 @@ class _NewHomePageState extends State<NewHomePage> {
if (AppConstants().ent_type != APPPackageType.MHT.code) {
return;
}
if (userInfoController.model.login! == null ||
userInfoController.model.login! == 0) {
//未登录
return;
}
showTipUpgradeDialog(
context,
Column(