Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -68,7 +68,6 @@ include_once "html/head.php";
|
||||
.then(([indexData,seData]) => {
|
||||
let dataMain=pickData(indexData, 'trade_date', 'close');
|
||||
let marginData=pickData(seData, 'trade_date', 'rzrqye');
|
||||
console.log(dataMain)
|
||||
// 图表配置:total_mv
|
||||
params = {};
|
||||
params.chartid='container';
|
||||
|
||||
Reference in New Issue
Block a user