|
|
@ -1228,6 +1228,7 @@ export default { |
|
|
this.buyList = res.data.swapBuyList; |
|
|
this.buyList = res.data.swapBuyList; |
|
|
this.tradeList = res.data.swapTradeList; |
|
|
this.tradeList = res.data.swapTradeList; |
|
|
this.newPrice = this.tradeList[0] || {}; |
|
|
this.newPrice = this.tradeList[0] || {}; |
|
|
|
|
|
console.info(this.newPrice) |
|
|
this.form.entrust_price = this.newPrice.price; |
|
|
this.form.entrust_price = this.newPrice.price; |
|
|
this.linkSocket(data.symbol); |
|
|
this.linkSocket(data.symbol); |
|
|
}); |
|
|
}); |
|
|
|