| | |
| | | super.setUI() |
| | | view.backgroundColor = UIColor(hexString: "#fafafa") |
| | | } |
| | | |
| | | @IBAction func bindPhoneAction(_ sender: TapBtn) { |
| | | let vc = BindAccountVC() |
| | | push(vc: vc) |
| | | } |
| | | |
| | | @IBAction func cancelCacheAction(_ sender: TapBtn) { |
| | | alertSuccess(msg: "清理成功") |
| | | } |
| | | |
| | | @IBAction func aboutUsAction(_ sender: TapBtn) { |
| | | let vc = WebVC() |
| | | vc.title = "关于心泉" |
| | | push(vc: vc) |
| | | } |
| | | |
| | | @IBAction func logoutAction(_ sender: TapBtn) { |
| | | let vc = LogoutAccountVC() |
| | | push(vc: vc) |
| | | } |
| | | |
| | | @IBAction func treatyAction(_ sender: TapBtn) { |
| | | let vc = TreatyVC() |
| | | push(vc: vc) |
| | | } |
| | | |
| | | @IBAction func exchangeAccountAction(_ sender: UIButton) { |
| | | |
| | | } |
| | | |
| | | @IBAction func quitAccountAction(_ sender: UIButton) { |
| | | |
| | | } |
| | | } |