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,7 +173,7 @@ class InformationViewController: UIViewController,UISearchBarDelegate { | ||
173 | super.viewWillAppear(animated) | 173 | super.viewWillAppear(animated) |
174 | getData() | 174 | getData() |
175 | if isFirstviewController{ | 175 | if isFirstviewController{ |
176 | - leftLabel.text = AccountManager.shared.address | 176 | + addLeftBarBtn() |
177 | }else{ | 177 | }else{ |
178 | 178 | ||
179 | } | 179 | } |
ParentAssistant/ParentAssistant/Classes/controllers/evaluation/EvaluationViewController.swift
@@ -219,7 +219,7 @@ class EvaluationViewController: UIViewController,CLLocationManagerDelegate,Selec | @@ -219,7 +219,7 @@ class EvaluationViewController: UIViewController,CLLocationManagerDelegate,Selec | ||
219 | override func viewWillAppear(_ animated: Bool) { | 219 | override func viewWillAppear(_ animated: Bool) { |
220 | super.viewWillAppear(animated) | 220 | super.viewWillAppear(animated) |
221 | self.getData() | 221 | self.getData() |
222 | - leftLabel.text = AccountManager.shared.address | 222 | + addLeftBarBtn() |
223 | } | 223 | } |
224 | override func didReceiveMemoryWarning() { | 224 | override func didReceiveMemoryWarning() { |
225 | super.didReceiveMemoryWarning() | 225 | super.didReceiveMemoryWarning() |
ParentAssistant/ParentAssistant/Supporting Files/Info.plist
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | <key>CFBundleShortVersionString</key> | 19 | <key>CFBundleShortVersionString</key> |
20 | <string>1.0.0</string> | 20 | <string>1.0.0</string> |
21 | <key>CFBundleVersion</key> | 21 | <key>CFBundleVersion</key> |
22 | - <string>6</string> | 22 | + <string>7</string> |
23 | <key>LSRequiresIPhoneOS</key> | 23 | <key>LSRequiresIPhoneOS</key> |
24 | <true/> | 24 | <true/> |
25 | <key>NSAppTransportSecurity</key> | 25 | <key>NSAppTransportSecurity</key> |