Browse Source

修改价格逻辑

master
liaoxinyu 11 months ago
parent
commit
8d2157d18a
  1. 2
      pages/exchange/exchange-transaction.vue

2
pages/exchange/exchange-transaction.vue

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

Loading…
Cancel
Save