diff --git a/src/views/contract/index.vue b/src/views/contract/index.vue index c738e87..dfed544 100644 --- a/src/views/contract/index.vue +++ b/src/views/contract/index.vue @@ -314,6 +314,7 @@ export default { if(item.symbol==this.activeContract.symbol) item.realtimePrice=this.activeContract.price }) }); + this.startWatchingPrice() }, //三秒更新一次数据 mounted: function () {