完成单组练习接口调试

This commit is contained in:
kron
2025-05-29 23:45:44 +08:00
parent 6466c65b66
commit 9db31ce664
14 changed files with 282 additions and 122 deletions

View File

@@ -6,10 +6,6 @@ const props = defineProps({
type: Boolean,
default: false,
},
content: {
type: String,
default: false,
},
onClose: {
type: Function,
default: () => {},
@@ -38,7 +34,7 @@ const props = defineProps({
</view>
<IconButton
src="../static/close-gold-outline.png"
width="30"
:width="30"
:onClick="onClose"
/>
</view>