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() } }) }