完善功能

This commit is contained in:
wangxiaowei
2025-12-12 09:29:57 +08:00
parent a05b724a0f
commit 213d786842
2 changed files with 5 additions and 4 deletions

View File

@ -7,8 +7,8 @@
<!-- 待付款 -->
<view class="state-cont icon-box" style="width: 100%;" v-if="detail.order_status == 0">
<image style="width: 36rpx;height: 36rpx;margin-top: 16rpx;" src="@/static/icon/time2.png" mode=""></image>
<view class="countdown-datetime" v-if="detail.pay_end_time">
<text>还剩<text style="color: #FF5951">{{ detail.pay_end_time }}</text>订单自动取消</text>
<view class="countdown-datetime" v-if="detail.expiration_time">
<text>还剩<text style="color: #FF5951">{{ detail.expiration_time }}</text>分钟订单自动取消</text>
</view>
</view>