Browse Source

修改1

master
liaoxinyu 2 years ago
parent
commit
61597b5be8
  1. 3
      src/views/contract/handicap.vue

3
src/views/contract/handicap.vue

@ -232,7 +232,8 @@ export default {
this.buyList = res.swapBuyList;
this.tradeList = res.swapTradeList;
this.newPriceObj = this.tradeList[0];
this.$store.commit('SET_PRICE', this.newPriceObj.price);
localStorage.setItem("price",this.newPriceObj.price)
// this.$store.commit('SET_PRICE', this.newPriceObj.price);
this.$emit("input", this.newPriceObj);
});
},

Loading…
Cancel
Save