- {identity ? (
+ {identity /** 若非初次開通(有identity),則顯示 MatchResult */ ? (
- ) : earlier(Date(), endTime) ? (
+ ) : earlier(
+ Date(),
+ endTime,
+ ) /** 若初次開通(無identity)且尚未截止,則顯示 OpenMatching*/ ? (
本期表單開放時間: {startTime[0]}/{startTime[1]}/{startTime[2]} {startTime[3]}:
@@ -120,6 +137,7 @@ const Matching = () => {
) : (
+ /** 配對已截止*/
抱歉,配對表單填寫已經結束
@@ -133,6 +151,8 @@ const Matching = () => {
)}
+ {' '}
+ {/** 申請心得精華區*/}