| | |
| | | <div class="text-grey">{{ $t('购买价') }}(USDT)</div> |
| | | <div class="mt-20 textColor">{{ item.open_price }}</div> |
| | | </div> |
| | | <div class="fexl-1"> |
| | | <div class="text-grey">{{ $t('下单时间') }}</div> |
| | | <div class="mt-20 textColor">{{ item.open_time }}</div> |
| | | </div> |
| | | <div> |
| | | <div class="text-grey text-right">{{ $t('现价') }}</div> |
| | | <div class="text-grey text-right">{{ $t('现价') }}111</div> |
| | | <div class="mt-20 text-right" :class="item.close_price > item.open_price ? 'text-green' : 'text-red'"> |
| | | {{ item.close_price }}</div> |
| | | </div> |
| | |
| | | default: '0.00' |
| | | }, |
| | | }, |
| | | methods: { |
| | | created() { |
| | | console.log(this.listData) |
| | | }, |
| | | methods: { |
| | | clearTimeout() { |
| | | clearTimeout(this.timeout) |
| | | this.timeout = null |