取消显示提示语
This commit is contained in:
@@ -1709,7 +1709,7 @@ export const ExamSignPanel = ({ examId, onBusyChange }: ExamSignPanelProps) => {
|
||||
{/* <div className='text-xs text-gray-500'>点击后弹出知情同意书全文及签名区域,签署完成后回到签到页面。</div> */}
|
||||
<div className='flex flex-col gap-2 max-h-96 overflow-y-auto custom-scroll'>
|
||||
{consentLoading && <div className='text-xs text-gray-500'>加载中...</div>}
|
||||
{!consentLoading && consentMessage && <div className='text-xs text-amber-600'>{consentMessage}</div>}
|
||||
{/* {!consentLoading && consentMessage && <div className='text-xs text-amber-600'>{consentMessage}</div>} */}
|
||||
{!consentLoading && (consentList.length > 0 || true) && (
|
||||
<div className='space-y-2'>
|
||||
{consentList.map((item) => (
|
||||
|
||||
Reference in New Issue
Block a user