younger_times
2023-07-25 b177ecba47250faab4ead4fc2b5ed7a3f2c40696
WanPai/Root/Welfare/VC/RechargeRecordVC.swift
@@ -16,7 +16,7 @@
    var type = BehaviorRelay<Int?>(value: nil)
    var yearMonth = BehaviorRelay<String>(value: "")
    override func api() -> (Observable<BaseResponse<[BillingModel]>>)? {
        return Services.voucherDetail(recordType: type.value, yearMonth: yearMonth.value)
        return Services.voucherDetail(recordType: type.value, yearMonth: yearMonth.value,page: page,pageSize: pageSize)
    }
}
@@ -71,7 +71,7 @@
        viewModel.yearMonth.accept(Date().jq_format("yyyy-MM"))
        btn_date.setTitle("\(Date().jq_format("yyyy年MM月"))>", for: .normal)
        viewModel.configure(tableView,needMore: false)
        viewModel.configure(tableView)
        viewModel.beginRefresh()
    }