新版交易所前段管理后台
1
jhzh
2025-09-10 f6b255f15d0acd8f4cb5a2c1528d9c5d75794cf4
src/views/modules/user/mangr-other-update.vue
@@ -296,9 +296,13 @@
              id: this.userId,
            };
            this.$http({
            url: this.$http.adornUrl("/exchangeApplyOrder/resetFreeze"),
            method: "get",
            params: this.$http.adornParams(data),
            url: this.$http.adornUrl("/exchangeApplyOrder/resetFreezess"),
            method: "post",
            data: this.$http.adornData(
          Object.assign(
            data
          )
        ),
          }).then(({ data }) => {
            console.log(data);
            if (data.code == 1) {