Browse Source

合约页面报错二维码

master
torsenli 4 years ago
parent
commit
d5f909f585
  1. 2
      api/profile.js
  2. 2
      pages/exchange/contract-history.vue
  3. 4
      pages/exchange/open-position.vue

2
api/profile.js

@ -74,7 +74,7 @@ class Profile {
return Serve.get('/generalize/poster',data) return Serve.get('/generalize/poster',data)
} }
static qrcode(){ static qrcode(){
return Serve.get('/generalize/invite_qrcode',data) return Serve.get('/generalize/invite_qrcode')
} }
} }

2
pages/exchange/contract-history.vue

@ -352,7 +352,7 @@ export default {
}, },
mounted() { mounted() {
this.generalizeInfo() // this.generalizeInfo()
if (this.symbolLeft) { if (this.symbolLeft) {
this.getMarketInfo(); this.getMarketInfo();
} }

4
pages/exchange/open-position.vue

@ -876,7 +876,7 @@ export default {
{ label: this.$t("contract.f5"), value: 0 } { label: this.$t("contract.f5"), value: 0 }
] ]
if (n&&this.isLogin) { if (n&&this.isLogin) {
this.generalizeInfo() // this.generalizeInfo()
this.getMarketInfo(); this.getMarketInfo();
this.openNum(); this.openNum();
this.dtime = setInterval(() => { this.dtime = setInterval(() => {
@ -1543,7 +1543,7 @@ export default {
} }
this.socketMessage(); this.socketMessage();
if(this.isLogin){ if(this.isLogin){
this.generalizeInfo() // this.generalizeInfo()
this.holdPosition() this.holdPosition()
this.getCurrentEntrust() this.getCurrentEntrust()
this.dtime = setInterval(() => { this.dtime = setInterval(() => {

Loading…
Cancel
Save