update
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<script setup>
|
||||
import dy from "../static/images/抖音.png";
|
||||
import qrw from "../static/icons/qrw.png";
|
||||
import XCountdown from "./XCountdown.vue";
|
||||
import {toPage} from "../utils/uils.js";
|
||||
import FBENUM from "../enum/FBENUM.js";
|
||||
@@ -26,8 +24,9 @@ const {data} = defineProps({
|
||||
<Text class="text-[#165DFF]">{{ dayjs(data.time).format('MM-DD-HH:mm') }}</Text>
|
||||
后可开始回填
|
||||
</view>
|
||||
<view v-else-if="data.status === -1" class="text-[rgb(78,89,105)]" style="font-size: 24rpx">
|
||||
已失效
|
||||
<view v-else-if="data.status === -1 || data.status === 3" class="text-[rgb(78,89,105)]"
|
||||
style="font-size: 24rpx">
|
||||
{{ data.time }}
|
||||
</view>
|
||||
<x-countdown v-else :time="dayjs(data.time)">
|
||||
<view style="font-size: 24rpx;font-weight: 400;" class="text-[rgb(78,89,105)]">审核倒计时:</view>
|
||||
@@ -45,7 +44,11 @@ const {data} = defineProps({
|
||||
</view>
|
||||
</view>
|
||||
<view class="!h-[88rpx] !ml-auto !flex items-center gap-[6rpx]">
|
||||
<view class="price-info">{{ data.status_text }}</view>
|
||||
<view class="price-info">
|
||||
<text class="text-[rgb(255,87,34)]" v-if="data.is_settlement===1">{{ data.status_text }}</text>
|
||||
<text class="text-black" v-if="data.is_settlement===0">{{ data.status_text }}</text>
|
||||
<text class="text-[rgb(0,180,42)]" v-if="data.is_settlement===2">{{ data.status_text }}</text>
|
||||
</view>
|
||||
<view class="price">
|
||||
<text class="unit">¥</text>
|
||||
{{ data.coin.toFixed(2) }}
|
||||
|
||||
Reference in New Issue
Block a user