|
|
@ -191,7 +191,7 @@ export default { |
|
|
} |
|
|
} |
|
|
bus.$on('collapse', msg => { |
|
|
bus.$on('collapse', msg => { |
|
|
// console.info(msg) |
|
|
// console.info(msg) |
|
|
this.newPriceObj.price = msg.close; |
|
|
this.newPriceObj.price = (msg.close).toFixed(3); |
|
|
this.$emit("input", this.newPriceObj); |
|
|
this.$emit("input", this.newPriceObj); |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
|