From 2aac1ba6449741aedbf97d75c340719a7b67d7db Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期四, 07 八月 2025 21:12:23 +0800
Subject: [PATCH] fix

---
 WanPai/Root/Other/View/StudentChoose2View.swift |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WanPai/Root/Other/View/StudentChoose2View.swift b/WanPai/Root/Other/View/StudentChoose2View.swift
index cb7636b..9bc21ea 100644
--- a/WanPai/Root/Other/View/StudentChoose2View.swift
+++ b/WanPai/Root/Other/View/StudentChoose2View.swift
@@ -131,10 +131,10 @@
 
 								cell.img_radio.image = UIImage(named: selectStudents?.id == viewModel.dataSource.value[indexPath.row].id ? "btn_select" : "btn_select_u")
 								if selectStudents?.id == viewModel.dataSource.value[indexPath.row].id{
-												cell.view_container.borderColor = UIColor(hexString: "#FD7902")?.withAlphaComponent(0.28)
+												cell.view_container.jq_borderColor = UIColor(hexString: "#FD7902")?.withAlphaComponent(0.28)
 												cell.img_radio.isHidden = false
 								}else{
-												cell.view_container.borderColor = UIColor(hexString: "#ADADAD")?.withAlphaComponent(0.28)
+												cell.view_container.jq_borderColor = UIColor(hexString: "#ADADAD")?.withAlphaComponent(0.28)
 												cell.img_radio.isHidden = true
 								}
 

--
Gitblit v1.7.1