lxf
2025-07-16 f96f952d95930e1295051c1bfe348dd324ebf878
src/components/foreign/foreign-popup-delivery/index.vue
@@ -36,12 +36,12 @@
        <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>