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