页面完善
This commit is contained in:
@@ -33,7 +33,7 @@ const props = defineProps({
|
||||
});
|
||||
const avatarFrame = ref("");
|
||||
watch(
|
||||
() => config.value,
|
||||
() => [config.value, props.score],
|
||||
() => {
|
||||
if (props.score !== undefined) {
|
||||
avatarFrame.value = getLvlImage(props.score);
|
||||
|
||||
Reference in New Issue
Block a user