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(() => {