fix
无故事王国
2024-06-06 6f7f02d5c8880ff670b2c694fe61f5af5a6e3e36
DolphinEnglishLearnStudent/Moudle/Me/VC/ExchangeRecordHistoryVC.swift
@@ -37,8 +37,8 @@
                        tableView.register(UINib(nibName: "GoodsItemTCell", bundle: nil), forCellReuseIdentifier: "_GoodsItemTCell")
                        view.addSubview(tableView)
                        tableView.snp.makeConstraints { make in
                                    make.left.equalTo(239 * Config.RatioW)
                                    make.right.equalTo(-239 * Config.RatioW)
                                    make.left.equalTo(159 * Config.RatioW)
                                    make.right.equalTo(-159 * Config.RatioW)
                                    make.top.equalTo(self.view.safeAreaLayoutGuide.snp.top).offset(27 * Config.RatioW)
                                    make.bottom.equalTo(self.view.safeAreaLayoutGuide.snp.bottom).offset(-5)
                        }
@@ -62,7 +62,7 @@
            }
            func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
                        return 221 * Config.RatioH
                        return 241 * Config.RatioH
            }