Browse Source

修改价格逻辑

master
liaoxinyu 1 year ago
parent
commit
1c37e9f926
  1. 2
      pages/exchange/exchange-transaction.vue

2
pages/exchange/exchange-transaction.vue

@ -720,7 +720,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) {

Loading…
Cancel
Save