去掉reverse

This commit is contained in:
shijingjing
2023-02-17 10:53:57 +08:00
parent bf819648d2
commit 392f27f94f

View File

@@ -47,7 +47,7 @@ export default {
} }
}).then(res=> { }).then(res=> {
if(res?.data) { if(res?.data) {
this.classList = res.data.records.reverse(); this.classList = res.data.records
} }
}) })
}, },