|
|
@@ -9,12 +9,12 @@
|
|
|
<!-- 倒计时 -->
|
|
|
<view class="status-desc" v-if="orderInfo.restAuditSecond > 0">
|
|
|
<u-count-down :timestamp="orderInfo.restAuditSecond" separator="zh" :show-seconds="false"
|
|
|
- @end="getDetail" font-size="26" color="#999" bg-color="transparent"></u-count-down>
|
|
|
+ @end="getDetail" font-size="26" separator-size="26" separator-color="#999" color="#999" bg-color="transparent"></u-count-down>
|
|
|
<template>
|
|
|
- <view class="status-desc" v-if="orderInfo.status == 1">后平台未处理将自动同意</view>
|
|
|
- <view class="status-desc" v-if="orderInfo.status == 2">后买家未处理将自动撤销</view>
|
|
|
- <view class="status-desc" v-if="orderInfo.status == 3">后平台处理将自动同意退款</view>
|
|
|
- <view class="status-desc" v-if="orderInfo.status == 4">后未寄出平台将自动撤销退货申请</view>
|
|
|
+ <text class="status-desc" v-if="orderInfo.status == 1">后平台未处理将自动同意</text>
|
|
|
+ <text class="status-desc" v-if="orderInfo.status == 2">后买家未处理将自动撤销</text>
|
|
|
+ <text class="status-desc" v-if="orderInfo.status == 3">后平台处理将自动同意退款</text>
|
|
|
+ <text class="status-desc" v-if="orderInfo.status == 4">后未寄出平台将自动撤销退货申请</text>
|
|
|
</template>
|
|
|
</view>
|
|
|
|