From b63f86d66b149d20bdec3fef44ad34b012729791 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Wed, 17 Aug 2022 09:19:05 +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 3f86bea..67b256b 100644 --- a/pages/parkPay/parkPay.vue +++ b/pages/parkPay/parkPay.vue @@ -126,7 +126,7 @@ payType: '35', paySrcType: '101', orderId: that.orderId, - payFee: (orderFee * 100).toString(), + payFee: orderFee, } // 获取 接口 that.$myRequest({ -- libgit2 0.21.4