From 392f27f94f7687496a8e7bf6c63e6f627e204a7d Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 17 Feb 2023 10:53:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89reverse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qujing/AppLegalLearning/components/OnlineClass.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue index d04d382..4bf5ea8 100644 --- a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue +++ b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue @@ -47,7 +47,7 @@ export default { } }).then(res=> { if(res?.data) { - this.classList = res.data.records.reverse(); + this.classList = res.data.records } }) },