推送的isshowpop适配

This commit is contained in:
ddisfriend
2025-06-25 13:19:31 +08:00
parent b485ccaf0c
commit f0519625f7
3 changed files with 13 additions and 12 deletions

View File

@@ -82,6 +82,9 @@ open class GroupData {
if let isShowPop = (userInfo?[pushNoti_isShowPop_key] as? Bool),isShowPop == true {
return true
}
if let isShowPop = (userInfo?[pushNoti_isShowPop_key] as? String),isShowPop == "true" {
return true
}
return false
}