feat: 雷达图展示优化
This commit is contained in:
@@ -259,13 +259,16 @@ function Intro() {
|
||||
<Image className={styles.arrowImage} src={ArrowRight} />
|
||||
</Button>
|
||||
</View>
|
||||
<View className={styles.buttonWrap}>
|
||||
<View className={classnames(styles.buttonWrap, styles.customBtn)}>
|
||||
<Button
|
||||
className={styles.button}
|
||||
onClick={() => handleNext(StageType.RESULT)}
|
||||
>
|
||||
<Text>继续使用上次测试结果</Text>
|
||||
</Button>
|
||||
<View className={styles.customBtnCover}>
|
||||
<Text>继续使用上次测试结果</Text>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
@@ -682,7 +685,8 @@ function Result() {
|
||||
</Text>
|
||||
</View>
|
||||
<View className={styles.slogan}>
|
||||
<Text>变线+网前,下一步就是赢比赛!</Text>
|
||||
{/* <Text>变线+网前,下一步就是赢比赛!</Text> */}
|
||||
<Text>{result?.level_description}</Text>
|
||||
</View>
|
||||
</View>
|
||||
<View>
|
||||
|
||||
Reference in New Issue
Block a user