Commit c5ebc0e5c5765c5a617063b8e25c3e671a90aad8
1 parent
b5e27200
Exists in
parentassistant
3月26号1.0 版本
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
ParentAssistant/ParentAssistant/Classes/controllers/Information/InformationViewController.swift
... | ... | @@ -173,7 +173,7 @@ class InformationViewController: UIViewController,UISearchBarDelegate { |
173 | 173 | super.viewWillAppear(animated) |
174 | 174 | getData() |
175 | 175 | if isFirstviewController{ |
176 | - leftLabel.text = AccountManager.shared.address | |
176 | + addLeftBarBtn() | |
177 | 177 | }else{ |
178 | 178 | |
179 | 179 | } |
... | ... |
ParentAssistant/ParentAssistant/Classes/controllers/evaluation/EvaluationViewController.swift
... | ... | @@ -219,7 +219,7 @@ class EvaluationViewController: UIViewController,CLLocationManagerDelegate,Selec |
219 | 219 | override func viewWillAppear(_ animated: Bool) { |
220 | 220 | super.viewWillAppear(animated) |
221 | 221 | self.getData() |
222 | - leftLabel.text = AccountManager.shared.address | |
222 | + addLeftBarBtn() | |
223 | 223 | } |
224 | 224 | override func didReceiveMemoryWarning() { |
225 | 225 | super.didReceiveMemoryWarning() |
... | ... |
ParentAssistant/ParentAssistant/Supporting Files/Info.plist