update
This commit is contained in:
Binary file not shown.
@@ -95,9 +95,9 @@ extension NotificationSetUpController : UITableViewDelegate,UITableViewDataSourc
|
||||
make.height.equalTo(1)
|
||||
}
|
||||
if section == 0 {
|
||||
label.text = "未打开应用时"
|
||||
label.text = "应用在后台"
|
||||
}else{
|
||||
label.text = "打开应用时"
|
||||
label.text = "应用在前台"
|
||||
}
|
||||
return view
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user