wupengfei
2025-11-17 fdc8e98b2b8b50ab037ed759489bc5e721298f7c
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) {}
}