去掉reverse
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
||||
}
|
||||
}).then(res=> {
|
||||
if(res?.data) {
|
||||
this.classList = res.data.records.reverse();
|
||||
this.classList = res.data.records
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user