|
|
@ -314,6 +314,7 @@ export default { |
|
|
if(item.symbol==this.activeContract.symbol) item.realtimePrice=this.activeContract.price |
|
|
if(item.symbol==this.activeContract.symbol) item.realtimePrice=this.activeContract.price |
|
|
}) |
|
|
}) |
|
|
}); |
|
|
}); |
|
|
|
|
|
this.startWatchingPrice() |
|
|
}, |
|
|
}, |
|
|
//三秒更新一次数据 |
|
|
//三秒更新一次数据 |
|
|
mounted: function () { |
|
|
mounted: function () { |
|
|
|