dcc
2024-07-04 2b7f656c001e0e4bee945a3bf8de1db21cc2c8c1
src/views/wallet/recharge.vue
@@ -573,7 +573,7 @@
    //充币
    handleRecharge() {
      if (this.quantity && this.quantity > 0) {
        Axios2.url("api/rechargeBlockchain/recharge", {
        Axios2.url("/wap/api/rechargeBlockchain!recharge.action", {
          session_token: this.session_token,
          amount: this.quantity,
          from: this.address,