diff --git a/app/pages/profile/index.vue b/app/pages/profile/index.vue index 20fdb07..becdfc5 100644 --- a/app/pages/profile/index.vue +++ b/app/pages/profile/index.vue @@ -32,8 +32,8 @@ const initData=async ()=>{ const res=await userArtworks({}) if (res.status===0){ myList.value=res.data.data - // showMyList.value=groupAndSortByDate(myList.value) - showMyList.value=[] + showMyList.value=groupAndSortByDate(myList.value) + // showMyList.value=[] } } const router = useRouter() @@ -93,8 +93,10 @@ const onRefresh = async () => { {{ $t('home.refresh_show') }}