123
dcc
2024-06-28 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed
src/components/popup-delivery/index.vue
@@ -1,8 +1,10 @@
<template>
  <div class="popup-delivery w-700 overflow-hidden">
    <div class="border-b-color pt-54 pb-36 relative textColor">
      <h1 class="font-38 px-32">{{ detailData.name }} {{ $t('交割') }}</h1>
      <img src="@/assets/image/icon-close.png" class="w-38 h-38 absolute right-10 top-10" @click="onClose" />
    <div class="border-b-color pt-54 pb-36 relative textColor" >
      <div class="font-38 px-32 " style="font-weight: bold;">{{ detailData.name }} {{ $t('交割') }}</div>
     <div @click="onClose" class="w-38 h-38 absolute right-10 top-10" >
        <img src="@/assets/image/icon-close.png" class="w-38 h-38 absolute right-10 top-10"   />
     </div>
    </div>
    <div class="flex justify-center mt-45" v-if="!(detailData.state === 'created')">
      <!-- {{detailData.time_num}} -->
@@ -12,7 +14,7 @@
      <van-circle v-show="rate != 0" layer-color="#ccc" size="120px" v-model="currentRate" :rate="rate" :speed="0"
        :text="text">
        <van-count-down @finish="handleFinish" class="textColor" ref="coutDown" @change="timeChange"
          :time="remain_time * 1000" :format="timeFormat" />
          :time="remain_time * 1000" format="sss" />
      </van-circle>
    </div>
    <div class="mt-45 font-50 text-center"