fix
无故事王国
2024-06-11 d6157c137a888d4f6931255735c3ed39575c579d
DolphinEnglishLearnStudent/Moudle/Me/VC/ExchangeRecordHistoryVC.swift
@@ -23,7 +23,7 @@
    override func viewDidLoad() {
        super.viewDidLoad()
                        viewModel.configure(tableView)
                        viewModel.configure(tableView,needMore: false)
                        viewModel.beginRefresh()
    }
@@ -33,6 +33,8 @@
                        tableView.delegate = self
                        tableView.dataSource = self
                        tableView.backgroundColor = .clear
                        tableView.showsVerticalScrollIndicator = false
                        tableView.showsLargeContentViewer = false
                        tableView.separatorStyle = .none
                        tableView.register(UINib(nibName: "GoodsItemTCell", bundle: nil), forCellReuseIdentifier: "_GoodsItemTCell")
                        view.addSubview(tableView)