dcc
2024-07-02 7ff9b724438073bcdf332f24f67e734a4bca8f31
充值接口出问题了
1 files modified
2 ■■■ changed files
src/views/wallet/recharge.vue 2 ●●● patch | view | raw | blame | history
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,