From aa45de802c9980656dc6a85dd3417cd0f77f7292 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 21 三月 2025 15:49:55 +0800 Subject: [PATCH] fix: 三期需求 --- packages/components/src/views/GasBillRecharge/GasBillRechargeStep3.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages/components/src/views/GasBillRecharge/GasBillRechargeStep3.vue b/packages/components/src/views/GasBillRecharge/GasBillRechargeStep3.vue index 22a718b..4a4c43f 100644 --- a/packages/components/src/views/GasBillRecharge/GasBillRechargeStep3.vue +++ b/packages/components/src/views/GasBillRecharge/GasBillRechargeStep3.vue @@ -234,7 +234,7 @@ userId: blLifeRecharge.accountModel.userId, channelId: blLifeRecharge.accountModel.channlesNum, productData: { - parValue: props.isDev ? 0.1 : form.parValue, + parValue: form.parValue, gasOrgType: form.gasOrgType, gasAccount: form.gasAccount, province: form.areaList?.[0] ?? '', -- Gitblit v1.9.1