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