wupengfei
2025-12-04 6b532419c00f8bfbc696ef475f5c97b457497c6b
src/views/ServiceChargeManage/components/RechargeEnterpriseWalletDialog.vue
@@ -94,9 +94,10 @@
    };
    let res = await enterpriseWalletServices.rechargeEnterpriseWallet(params);
    if (res) {
      handleAlipayWalletAdd({
        alipayUrl: res.payUrl,
      });
      // handleAlipayWalletAdd({
      //   alipayUrl: res.payUrl,
      // });
      window.open(res.payUrl, '_blank');
    }
  } catch (error) {}
}