From 9add6fe63070124dea74f596e646eaae2f52ef17 Mon Sep 17 00:00:00 2001
From: younger_times <841720330@qq.com>
Date: 星期一, 31 七月 2023 15:15:29 +0800
Subject: [PATCH] 新增

---
 WanPai/Root/Activity/VC/ActivityStudentListVC.swift |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/WanPai/Root/Activity/VC/ActivityStudentListVC.swift b/WanPai/Root/Activity/VC/ActivityStudentListVC.swift
index 47ce041..49b910a 100644
--- a/WanPai/Root/Activity/VC/ActivityStudentListVC.swift
+++ b/WanPai/Root/Activity/VC/ActivityStudentListVC.swift
@@ -21,7 +21,7 @@
 class ActivityStudentListVC: BaseVC {
 
     @IBOutlet weak var btn_addStudent: QMUIButton!
-    @IBOutlet weak var tableView: UITableView!
+    @IBOutlet weak var tableView: BaseTableView!
     private var viewModel = ActivityStudentViewModel()
 
     override func viewDidLoad() {
@@ -39,6 +39,7 @@
         tableView.dataSource = self
         tableView.separatorStyle = .none
         tableView.register(UINib(nibName: "StudentInfo_2_TCell", bundle: nil), forCellReuseIdentifier: "_StudentInfo_2_TCell")
+		tableView.jq_setEmptyView("暂无参赛人员")
     }
 
     override func setRx() {

--
Gitblit v1.7.1