wupengfei
4 天以前 1f357c0ef7af814c4559a37b9d7f6e07e4910bb4
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) {}
}