From d229a9cc53777d5a807ea125720de8cf3371559e Mon Sep 17 00:00:00 2001 From: nelson Date: Mon, 18 Apr 2022 00:09:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=95=B0=E6=8D=AE=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/views/stock/chg/Index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1d09750..432110f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite App + A股市场情绪
diff --git a/src/views/stock/chg/Index.vue b/src/views/stock/chg/Index.vue index 8075367..376f1ed 100644 --- a/src/views/stock/chg/Index.vue +++ b/src/views/stock/chg/Index.vue @@ -36,7 +36,7 @@ const getData = () => { } getStockChgRecordData(params).then(resp => { if (resp.data) { - chgContent.value = resp.data.content + chgContent.value = resp.data.content.reverse() } }) }