修复临停缴费查询停车费的数据显示异常的问题
This commit is contained in:
parent
62a0e5c7d7
commit
dddee35084
@ -68,7 +68,7 @@
|
||||
|
||||
<!-- 停车费展示部分 -->
|
||||
<view v-if="showCost1">
|
||||
<view v-if="payStatus === 2" class="cost-container">
|
||||
<view v-if="payStatus ===1" class="cost-container">
|
||||
<view>
|
||||
<image class="cost-image"
|
||||
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/park/park_orderLoading.png"
|
||||
@ -381,7 +381,7 @@ export default {
|
||||
this.isTimeout = false;
|
||||
|
||||
// 如果是已支付状态(pay_status=1)
|
||||
if (this.payStatus === 1 && this.payTime) {
|
||||
if (this.payStatus === 2 && this.payTime) {
|
||||
// 计算并显示倒计时
|
||||
this.updateCountdown();
|
||||
// 设置定时器,每秒更新一次倒计时
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user