Browse Source

修改k线时间问题

master
liaoxinyu 3 weeks ago
parent
commit
9c5cdfc015
  1. 2
      i18n/lang/zh-TW.json
  2. 3
      pages/exchange/index.vue
  3. 12
      static/chart_main/sevencoin.js

2
i18n/lang/zh-TW.json

@ -844,7 +844,7 @@
}, },
"recharge": { "recharge": {
"a0": "切換幣種", "a0": "切換幣種",
"a1": "*地址只能接收", "a1": "*地址只能接收",
"a2": "的資產,如果充值其他幣種,將無法找回!", "a2": "的資產,如果充值其他幣種,將無法找回!",
"a3": "推薦使用ERC20進行收款", "a3": "推薦使用ERC20進行收款",
"a4": "複製地址", "a4": "複製地址",

3
pages/exchange/index.vue

@ -209,7 +209,8 @@ export default {
buyList: [], buyList: [],
sellList: [], sellList: [],
tradeList: [], tradeList: [],
activeTime: "1D", // activeTime: "1D",
activeTime: "60",
index: "", index: "",
marketList: [], marketList: [],
collect: [], collect: [],

12
static/chart_main/sevencoin.js

@ -3,8 +3,10 @@ $(function () {
let light = { let light = {
'volumePaneSize': "small",//large, medium, small, tiny 'volumePaneSize': "small",//large, medium, small, tiny
"paneProperties.background": "#ffffff", "paneProperties.background": "#ffffff",
"paneProperties.vertGridProperties.color": "#dcdee0", // "paneProperties.vertGridProperties.color": "#dcdee0",
"paneProperties.horzGridProperties.color": "#dcdee0", // "paneProperties.horzGridProperties.color": "#dcdee0",
"paneProperties.vertGridProperties.color": "#ffffff",
"paneProperties.horzGridProperties.color": "#ffffff",
"scalesProperties.backgroundColor": "#ffffff", "scalesProperties.backgroundColor": "#ffffff",
"scalesProperties.lineColor": "#dcdee0", "scalesProperties.lineColor": "#dcdee0",
"scalesProperties.textColor": "#333", "scalesProperties.textColor": "#333",
@ -20,8 +22,10 @@ $(function () {
let dark = { let dark = {
'volumePaneSize': "small",//large, medium, small, tiny 'volumePaneSize': "small",//large, medium, small, tiny
"paneProperties.background": "#2b2b37", "paneProperties.background": "#2b2b37",
"paneProperties.vertGridProperties.color": "#49495F", // "paneProperties.vertGridProperties.color": "#49495F",
"paneProperties.horzGridProperties.color": "#49495F", // "paneProperties.horzGridProperties.color": "#49495F",
"paneProperties.vertGridProperties.color": "#2b2b37",
"paneProperties.horzGridProperties.color": "#2b2b37",
"scalesProperties.backgroundColor": "#2b2b37", "scalesProperties.backgroundColor": "#2b2b37",
"scalesProperties.textColor": "#fff", "scalesProperties.textColor": "#fff",
"scalesProperties.lineColor": "#49495F", "scalesProperties.lineColor": "#49495F",

Loading…
Cancel
Save