Commit c5ebc0e5c5765c5a617063b8e25c3e671a90aad8

Authored by 葛建军
1 parent b5e27200
Exists in parentassistant

3月26号1.0 版本

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
... ... @@ -19,7 +19,7 @@
19 19 <key>CFBundleShortVersionString</key>
20 20 <string>1.0.0</string>
21 21 <key>CFBundleVersion</key>
22   - <string>6</string>
  22 + <string>7</string>
23 23 <key>LSRequiresIPhoneOS</key>
24 24 <true/>
25 25 <key>NSAppTransportSecurity</key>
... ...