Browse Source

修改价格逻辑、k线时间

master
liaoxinyu 11 months ago
parent
commit
9eb0e6edbc
  1. 2
      pages/exchange/exchange-transaction.vue
  2. 2
      pages/exchange/time-sharing.vue

2
pages/exchange/exchange-transaction.vue

@ -720,7 +720,7 @@ export default {
this.form.direction = type; this.form.direction = type;
this.getDefaultPrice(); this.getDefaultPrice();
let n = this.progress[this.sliderActive]; let n = this.progress[this.sliderActive];
this.sliderChange(n, this.sliderActive); // this.sliderChange(n, this.sliderActive);
}, },
// //
getValue(amount) { getValue(amount) {

2
pages/exchange/time-sharing.vue

@ -104,7 +104,7 @@ export default {
intiChart($box) { intiChart($box) {
highstock.setOptions({ highstock.setOptions({
global: { global: {
timezoneOffset: -8 * 60, timezoneOffset: 4 * 60,
}, },
}); });

Loading…
Cancel
Save