| | |
| | | } |
| | | |
| | | @IBAction func withdrawAction(_ sender: UIButton) { |
| | | let vc = BankWithdrawVC(income: walletModel?.income ?? 0) |
| | | let vc = BankWithdrawVC(income: walletModel?.balance ?? 0) |
| | | push(vc: vc) |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | @IBAction func commentAction(_ sender: TapBtn) { |
| | | let vc = MyCommentListVC() |
| | | vc.title = "我的推荐" |
| | | let vc = WebVC(url: ShareUrl + "/ranking/recommend?userId=\(UserViewModel.getAvatarInfo().id)") |
| | | vc.title = "推荐名单" |
| | | push(vc: vc) |
| | | |
| | | } |
| | | |
| | | @IBAction func popularizeAction(_ sender: TapBtn) { |
| | | let vc = MyCommentListVC() |
| | | let vc = InviteVC() |
| | | vc.title = "推广活动" |
| | | push(vc: vc) |
| | | } |