wupengfei
2025-12-04 12c46bd2bac2058f0dc3368a445592c2fb31dac7
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) {}
}