Browse Source

时间数据处理

master
nelson 2 years ago
parent
commit
d229a9cc53
  1. 2
      index.html
  2. 2
      src/views/stock/chg/Index.vue

2
index.html

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<title>A股市场情绪</title>
</head>
<body>
<div id="app"></div>

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

Loading…
Cancel
Save