diff --git a/src/components/orderPay.vue b/src/components/orderPay.vue index 8f0756a..3077ed7 100644 --- a/src/components/orderPay.vue +++ b/src/components/orderPay.vue @@ -23,7 +23,7 @@

停车引导员工号(非必填)

- +
{{clientBrowser}}支付
@@ -130,7 +130,7 @@ export default { // tollNumber // this.backDeveloperCode = this.tollNumber // 输入字段 - let ticketChargeCode = this.$route.query.ticketChargeCode // 二维码里面的收费员编号 + let ticketChargeCode = this.$route.query.backDeveloperCode // 二维码里面的收费员编号 if (this.clientBrowser == '支付宝') { // 支付宝支付 let me = this var aliParams = {}; @@ -298,7 +298,7 @@ export default { wxParams.recordArreaInfos = JSON.stringify(orderIdData); wxParams.openId = openIdData; wxParams.backDeveloperCode = this.tollNumber - wxParams.ticketChargeCode = ticketChargeCode + wxParams.ticketChargeCode = this.$route.query.backDeveloperCode wxParams.appId = this.$utils.myVxAppId; vxPayQuery(wxParams).then(res => { if (res.code == 0) { // diff --git a/src/components/parkRecord.vue b/src/components/parkRecord.vue index 0c9f106..669a6d5 100644 --- a/src/components/parkRecord.vue +++ b/src/components/parkRecord.vue @@ -15,7 +15,7 @@
-

停车15分钟内无需缴费,请申请离场。

+

停车15分钟内(货车30分钟内)无需缴费!

    @@ -35,6 +35,8 @@

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

    申请离场

    +

    申请离场

    +

    申请离场

    出场缴费

@@ -331,7 +333,7 @@ export default { } else { //$('.dialog-out').show() - this.$msgbox('提示', '停车15分钟内无需缴费,申请成功。') + this.$msgbox('提示', '您已成功申请离场!') } })