feat: 雷达图展示优化

This commit is contained in:
2025-11-30 23:19:34 +08:00
parent 7910f274c7
commit f389397227
3 changed files with 53 additions and 3 deletions

View File

@@ -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>