|
|
|
@ -444,6 +444,7 @@ export default { |
|
|
|
case "exchangeMarketList": |
|
|
|
|
|
|
|
this.marketList = data; |
|
|
|
console.log(this.marketList[0].marketInfoList[0].close, '0000------------') |
|
|
|
|
|
|
|
if (!this.symbol) { // 默认symbol 重新请求数据 |
|
|
|
this.symbol = _.nth(data).marketInfoList[0].symbol; |
|
|
|
|