luyisha 3 years ago
parent
commit
f343f096d8
  1. 1
      src/views/exchange/index.vue

1
src/views/exchange/index.vue

@ -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;

Loading…
Cancel
Save