| | |
| | | <p class="font-30 " :class="colorChoose(item)" v-else>{{ handleBuyWord(item) }}</p> |
| | | </li> |
| | | </ul> |
| | | <div v-if="showBtns" class="flex justify-between text-white px-18 pb-30"> |
| | | <div v-if="showBtns" class="flex justify-center text-white px-18 pb-30"> |
| | | <p :class="{ 'btnMain': detailData.state !== 'created', 'bgDark': detailData.state === 'created' }" |
| | | class="w-122 h-44 rounded-lg flex justify-center items-center mr-10" @click="onClose">{{ $t('close') }}</p> |
| | | <p @click="continueToBuy" |
| | | <!-- <p @click="continueToBuy" |
| | | :class="{ 'btnMain': detailData.state === 'created', 'bgDark': detailData.state !== 'created', 'disableBtn': disabled }" |
| | | class="w-162 h-44 rounded-lg flex justify-center items-center">{{ $t('继续下单') }}</p> |
| | | class="w-162 h-44 rounded-lg flex justify-center items-center">{{ $t('继续下单') }}</p> --> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | { id: 2, text: props.detailData.state !== 'created' ? t('现价') : t('结算价格'), key: 'close_price' }, |
| | | { id: 3, text: t('方向'), key: 'direction' }, |
| | | { id: 4, text: t('number'), key: 'amount', extro: 'USD' }, |
| | | { id: 5, text: t('交割时间'), key: 'settlement_time' } |
| | | { id: 5, text: t('兑换时间'), key: 'settlement_time' } |
| | | ] |
| | | }) |
| | | |