|
|
|
@ -162,11 +162,11 @@ export default { |
|
|
|
}, |
|
|
|
computed: { |
|
|
|
msg() { |
|
|
|
return { |
|
|
|
buy: `swapBuyList_${this.symbol}`, |
|
|
|
sell: `swapSellList_${this.symbol}`, |
|
|
|
trade: `swapTradeList_${this.symbol}` |
|
|
|
}; |
|
|
|
return { |
|
|
|
buy: `swapBuyList_${this.symbol}`, |
|
|
|
sell: `swapSellList_${this.symbol}`, |
|
|
|
trade: `swapTradeList_${this.symbol}` |
|
|
|
}; |
|
|
|
}, |
|
|
|
sellListShow() { |
|
|
|
let list = this.sellList.splice(0, 12); |
|
|
|
@ -267,6 +267,7 @@ export default { |
|
|
|
}); |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
}, |
|
|
|
// 取消订阅 |
|
|
|
unLink(symbol) { |
|
|
|
|