Merge branch 'feat/liujie'
This commit is contained in:
@@ -170,7 +170,8 @@ function Intro() {
|
|||||||
const { setCallback } = useEvaluate();
|
const { setCallback } = useEvaluate();
|
||||||
|
|
||||||
const { last_test_result = null } = ntrpData || {};
|
const { last_test_result = null } = ntrpData || {};
|
||||||
const { ntrp_level, create_time, id } = last_test_result || {};
|
const { ntrp_level, create_time, id, level_description } =
|
||||||
|
last_test_result || {};
|
||||||
const lastTestTime = create_time
|
const lastTestTime = create_time
|
||||||
? dayjs(create_time).format("YYYY年M月D日")
|
? dayjs(create_time).format("YYYY年M月D日")
|
||||||
: "";
|
: "";
|
||||||
@@ -266,7 +267,7 @@ function Intro() {
|
|||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
<View className={styles.slogan}>
|
<View className={styles.slogan}>
|
||||||
<Text>变线+网前,下一步就是赢比赛!</Text>
|
<Text>{level_description}</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
<View className={styles.actions}>
|
<View className={styles.actions}>
|
||||||
|
|||||||
Reference in New Issue
Block a user