Commit 08aea7bd authored by 汪晓凯's avatar 汪晓凯

行情数据bugfix

parent db3c7c98
...@@ -653,6 +653,7 @@ ...@@ -653,6 +653,7 @@
}, },
//查询行情信息 //查询行情信息
getTicket() { getTicket() {
this.ticketInfo = {};
const symbol = this.robotDetailInfo.coin + '/' + this.robotDetailInfo.base; const symbol = this.robotDetailInfo.coin + '/' + this.robotDetailInfo.base;
const params = { const params = {
symbol: symbol, symbol: symbol,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment