修复签到状态显示

This commit is contained in:
xianyi
2026-01-14 11:24:00 +08:00
parent d5a1892a59
commit 34b9a872f0

View File

@@ -260,7 +260,7 @@ export const ExamSection = ({
}}
>
<span></span>
{client.signStatus === '已签到' && <span></span>}
{client.is_sign_in === 1 && <span></span>}
</button>
<button
type='button'