From d5f909f5852213690027e4b9bd8da33dc32799cc Mon Sep 17 00:00:00 2001 From: torsenli Date: Wed, 9 Mar 2022 11:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E7=BA=A6=E9=A1=B5=E9=9D=A2=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E4=BA=8C=E7=BB=B4=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/profile.js | 2 +- pages/exchange/contract-history.vue | 2 +- pages/exchange/open-position.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/profile.js b/api/profile.js index df57377..0684b45 100755 --- a/api/profile.js +++ b/api/profile.js @@ -74,7 +74,7 @@ class Profile { return Serve.get('/generalize/poster',data) } static qrcode(){ - return Serve.get('/generalize/invite_qrcode',data) + return Serve.get('/generalize/invite_qrcode') } } diff --git a/pages/exchange/contract-history.vue b/pages/exchange/contract-history.vue index 6c31c34..3cad957 100755 --- a/pages/exchange/contract-history.vue +++ b/pages/exchange/contract-history.vue @@ -352,7 +352,7 @@ export default { }, mounted() { - this.generalizeInfo() + // this.generalizeInfo() if (this.symbolLeft) { this.getMarketInfo(); } diff --git a/pages/exchange/open-position.vue b/pages/exchange/open-position.vue index 1c9ca56..34dcb64 100755 --- a/pages/exchange/open-position.vue +++ b/pages/exchange/open-position.vue @@ -876,7 +876,7 @@ export default { { label: this.$t("contract.f5"), value: 0 } ] if (n&&this.isLogin) { - this.generalizeInfo() + // this.generalizeInfo() this.getMarketInfo(); this.openNum(); this.dtime = setInterval(() => { @@ -1543,7 +1543,7 @@ export default { } this.socketMessage(); if(this.isLogin){ - this.generalizeInfo() + // this.generalizeInfo() this.holdPosition() this.getCurrentEntrust() this.dtime = setInterval(() => {