diff --git a/src/api/parkRecord/parkRecord.js b/src/api/parkRecord/parkRecord.js index 680030c..1516d8e 100644 --- a/src/api/parkRecord/parkRecord.js +++ b/src/api/parkRecord/parkRecord.js @@ -15,3 +15,13 @@ export function historyQuery(params) { data: params }) } + +export function parkingQuery(params) { + return request({ + url: '/api/queryParkOrder/billQuery', + method: 'post', + data: params + }) +} + + diff --git a/src/components/orderPay.vue b/src/components/orderPay.vue index df2543f..7e03bbf 100644 --- a/src/components/orderPay.vue +++ b/src/components/orderPay.vue @@ -25,13 +25,15 @@
{{clientBrowser}}支付
-

- 温馨提示: -

-

- 请在支付完成后15分钟内出场,如超出15分钟,会 - 产生相应费用。 -

+
+

+ 温馨提示: +

+

+ {{appOrderTimeout}} +

+
+ @@ -53,6 +55,7 @@ export default { paySrcType: '', //支付的类型 101 是本次 103是历史欠费 orderId: '', //支付的订单 webAppCode: '', // 微信code + appOrderTimeout: '', // 超时描述 } }, created() { @@ -64,7 +67,7 @@ export default { this.clientBrowser = this.$utils.clientBrowser() //支付方式 this.paySrcType = this.$route.query.paySrcType // 实收 this.orderId = this.$route.query.ordeID - + this.appOrderTimeout = this.$route.query.appOrderTimeout if (this.clientBrowser == "微信") { this.webAppCode = this.getCode(); } diff --git a/src/components/parkRecord.vue b/src/components/parkRecord.vue index 66be8ad..a6849a7 100644 --- a/src/components/parkRecord.vue +++ b/src/components/parkRecord.vue @@ -15,7 +15,7 @@
-

您为会员卡车辆无需缴费,请直接离场。

+

停车30分钟内无需缴费,请直接离场。

    @@ -34,7 +34,7 @@

    停车时长:{{ $utils.dateFormat(i.parkDuration)}}

    ¥{{(i.unPayFee/100).toFixed(2)}}

    -

    出场缴费

    +

    出场缴费

@@ -94,7 +94,7 @@

全选

-

清缴欠费

+

清缴欠费

@@ -124,7 +124,7 @@