无故事王国
2023-10-23 29ca792f9cd6216f5618cf8706d35a51b57b1376
WanPai/Root/Welfare/VC/RechargeRecordVC.swift
@@ -91,7 +91,7 @@
    @IBAction func datetimeAction(_ sender: UIButton) {
        CommonDatePickerView.show(before: 3, after: 0, type: .YM) {[weak self] year, month, day,_,_ in
            self?.btn_date.setTitle(String(format: "%ld年%02ld月>", year!,month!), for: .normal)
            self?.viewModel.yearMonth.accept(String(format: "%ld-02ld", year!,month!))
            self?.viewModel.yearMonth.accept(String(format: "%ld-%02ld", year!,month!))
            self?.viewModel.beginRefresh()
        }
    }
@@ -110,7 +110,6 @@
    @IBAction func rechargeAction(_ sender: UIButton) {
        let vc = RechargeCenterVC()
        vc.viewModel = viewModel
        push(vc: vc)
    }
}