-
{subject_data ? subject_data.subject_name : '--'}}
- hoverable={false}
- className={styles.card}
- actions={[]}
- >
- }
- title={false}
- description={
- <>
-
-
- {subject_data ? subject_data.subject_describe : '--'}
-
-
- 章节模拟考试进度:
-
-
-
-
-
-
-
- >
- }
- />
-
+ {
+ subject_data.length!==0?
+
{subject_data ? subject_data.subject_name : '--'}}
+ hoverable={false}
+ className={styles.card}
+ actions={[]}
+ >
+ }
+ title={false}
+ description={
+ <>
+
+
+ {subject_data ?
+
+ : '--'}
+
+
+
+
+
+
+
+
+
+ 章节模拟考试进度
+
+
+ >
+ }
+ />
+
+ :
+ }
+
+
+
);
@@ -178,7 +196,7 @@ const CardList = () => {
{item?.course_name}
{item?.finish_count}题/{item?.question_count}题
-
+