From 38abc23f2caf204f3cfff585805fe05a2250c904 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Tue, 16 Aug 2022 17:57:06 +0800 Subject: [PATCH] add 8月需求 --- pages/parkPay/parkPay.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/parkPay/parkPay.vue b/pages/parkPay/parkPay.vue index e6a18db..d0293d5 100644 --- a/pages/parkPay/parkPay.vue +++ b/pages/parkPay/parkPay.vue @@ -126,7 +126,7 @@ payType: '35', paySrcType: '101', orderId: that.orderId, - payFee: (rechargeNum * 100).toString(), + payFee: (payFee * 100).toString(), } // 获取 接口 that.$myRequest({ -- libgit2 0.21.4