diff --git a/src/views/contract/handicap.vue b/src/views/contract/handicap.vue index 77f063c..85190d7 100644 --- a/src/views/contract/handicap.vue +++ b/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); }); },