Browse Source

合约k线显示1分钟和5分钟

master
liaoxinyu 1 year ago
parent
commit
c6e719a78b
  1. 20
      src/views/option/kline.vue

20
src/views/option/kline.vue

@ -372,16 +372,16 @@ methods: {
})); }));
widget.onChartReady(function () { widget.onChartReady(function () {
let buttonArr = [ let buttonArr = [
// { {
// title: "1" + _this.$t("exchange.min"), title: "1" + _this.$t("exchange.min"),
// resolution: "1", resolution: "1",
// chartType: 1 chartType: 1
// }, },
// { {
// title: "5" + _this.$t("exchange.min"), title: "5" + _this.$t("exchange.min"),
// resolution: "5", resolution: "5",
// chartType: 1 chartType: 1
// }, },
{ {
title: "15" + _this.$t("exchange.min"), title: "15" + _this.$t("exchange.min"),
resolution: "15", resolution: "15",

Loading…
Cancel
Save