Browse Source

修改时间

master
liaoxinyu 2 years ago
parent
commit
c097d6778b
  1. 4
      static/chart_main/sevencoin.js

4
static/chart_main/sevencoin.js

@ -135,7 +135,7 @@ $(function () {
fullscreen: false,
autosize: true,
interval: this.interval,
timezone: "Asia/Shanghai",
timezone: "America/Toronto",
theme: "Dark", // 自定义主题
height:500,
// style: "1",
@ -258,7 +258,7 @@ $(function () {
const yy = `${date.getFullYear()}`.substr(2);
const MM = `0${date.getMonth() + 1}`.slice(-2);
const dd = `0${date.getDate()}`.slice(-2);
const HH = `0${date.getHours()}`.slice(-2);
const HH = `0${date.getHours()-13}`.slice(-2);
const mm = `0${date.getMinutes()}`.slice(-2);

Loading…
Cancel
Save