完善我的成长
This commit is contained in:
@@ -16,8 +16,8 @@ const total = ref(0);
|
||||
onLoad(async (options) => {
|
||||
if (options.id) {
|
||||
const result = await getPractiseAPI(options.id);
|
||||
arrows.value = result.arrows;
|
||||
total.value = result.completed_arrows;
|
||||
arrows.value = result.details;
|
||||
total.value = result.details.length;
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user