杨锴
2024-11-07 62a24b3c7cf92919a93ee575e9460037e1a53816
XQMuse/Root/Me/VC/WalletVC.swift
@@ -45,7 +45,7 @@
            }
            @IBAction func withdrawAction(_ sender: UIButton) {
                        let vc = BankWithdrawVC(income: walletModel?.income ?? 0)
        let vc = BankWithdrawVC(income: walletModel?.balance ?? 0)
                        push(vc: vc)
            }
@@ -60,13 +60,14 @@
            }
            
            @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)
            }