Browse Source

修改价格逻辑

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

2
pages/exchange/exchange-transaction.vue

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

2
pages/exchange/time-sharing.vue

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

Loading…
Cancel
Save