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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/components/src/views/GasBillRecharge/GasBillRechargeStep3.vue b/packages/components/src/views/GasBillRecharge/GasBillRechargeStep3.vue
index b4ec7a2..4a4c43f 100644
--- a/packages/components/src/views/GasBillRecharge/GasBillRechargeStep3.vue
+++ b/packages/components/src/views/GasBillRecharge/GasBillRechargeStep3.vue
@@ -220,7 +220,7 @@
 }
 
 const { state, invokeAliPay, invokeWeixinPay } = useSelectPayType({
-  openId: toRef(props, 'openId'),
+  getOpenId: props.getOpenId,
   isInWeChat: toRef(props, 'isInWeChat'),
   isH5: toRef(props, 'isH5'),
   appId: toRef(props, 'appId'),
@@ -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