修复眠花糖设置闹钟无效
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user