This commit is contained in:
DDIsFriend
2023-08-30 14:37:42 +08:00
parent cae8beeb03
commit 2ca35868c1
2 changed files with 2 additions and 2 deletions

View File

@@ -95,9 +95,9 @@ extension NotificationSetUpController : UITableViewDelegate,UITableViewDataSourc
make.height.equalTo(1) make.height.equalTo(1)
} }
if section == 0 { if section == 0 {
label.text = "未打开应用时" label.text = "应用在后台"
}else{ }else{
label.text = "打开应用时" label.text = "应用在前台"
} }
return view return view
} }