1
jhzh
2024-08-12 f1dc8f5a7f3a661ce19513a9ad47fe18e3e883ff
src/views/wallet/withdraw.vue
@@ -637,7 +637,7 @@
        session_token: this.session_token,
      };
      // 申请提现
      Axios.postFormData("api/withdraw/apply", withdrawParams).then((res) => {
      Axios.fetch("wap/api/withdraw!apply.action", withdrawParams).then((res) => {
        var jsonArray = res;
        if (jsonArray.code == 0) {
          this.$message.success(this.$t("message.user.xian37"));