|
|
|
@ -321,7 +321,6 @@ export default { |
|
|
|
}); |
|
|
|
// console.info(this.$refs) |
|
|
|
bus.$on('collapse', msg => { |
|
|
|
console.log(msg.close); |
|
|
|
this.activeContract.price =this.activeContract.symbol=='BTC'? (msg.close).toFixed(1):(msg.close).toFixed(3); |
|
|
|
this.holdPositionList.map(item=>{ |
|
|
|
if(item.symbol==this.activeContract.symbol) item.realtimePrice=this.activeContract.price |
|
|
|
|