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/StudentChoose3View.swift |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WanPai/Root/Other/View/StudentChoose3View.swift b/WanPai/Root/Other/View/StudentChoose3View.swift
index 7e97c32..40ce3de 100644
--- a/WanPai/Root/Other/View/StudentChoose3View.swift
+++ b/WanPai/Root/Other/View/StudentChoose3View.swift
@@ -150,10 +150,10 @@
 
         cell.img_radio.image = UIImage(named: isSelect ? "btn_select" : "btn_select_u")
         if isSelect{
-            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