Browse Source

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

master
liaoxinyu 11 months 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 () {
let buttonArr = [
// {
// title: "1" + _this.$t("exchange.min"),
// resolution: "1",
// chartType: 1
// },
// {
// title: "5" + _this.$t("exchange.min"),
// resolution: "5",
// chartType: 1
// },
{
title: "1" + _this.$t("exchange.min"),
resolution: "1",
chartType: 1
},
{
title: "5" + _this.$t("exchange.min"),
resolution: "5",
chartType: 1
},
{
title: "15" + _this.$t("exchange.min"),
resolution: "15",

Loading…
Cancel
Save