diff --git a/src/pages/my-growth.vue b/src/pages/my-growth.vue index 9cde7ec..54f9569 100644 --- a/src/pages/my-growth.vue +++ b/src/pages/my-growth.vue @@ -70,66 +70,74 @@ const onPractiseLoading = async (page) => { - - - - {{ item.name }} - {{ item.createdAt }} - - - - - - - - - {{ item.name }} - {{ item.createdAt }} - - - - - - - - {{ item.completed_arrows === 36 ? "耐力挑战" : "单组练习" }} - {{ item.createdAt }} - - - + + + + + {{ item.name }} + {{ item.createdAt }} + + + + + + + + + + + {{ item.name }} + {{ item.createdAt }} + + + + + + + + + + {{ item.completed_arrows === 36 ? "耐力挑战" : "单组练习" }} + {{ item.createdAt }} + + + + +