diff --git a/src/components/CommonFooter.vue b/src/components/CommonFooter.vue index 9f82674..af8f09b 100644 --- a/src/components/CommonFooter.vue +++ b/src/components/CommonFooter.vue @@ -1,10 +1,10 @@ @@ -479,11 +479,11 @@ export default { this.getServiceLink(); // console.log(this.service); this.getEmial(); - if(this.isLogin){ - this.chatcount = setInterval(()=>{ - this.chat() - },5000) - } + // if(this.isLogin){ + // this.chatcount = setInterval(()=>{ + // this.chat() + // },5000) + // } }, }; diff --git a/src/views/contract/hold-position.vue b/src/views/contract/hold-position.vue index 3e48b25..26590ca 100644 --- a/src/views/contract/hold-position.vue +++ b/src/views/contract/hold-position.vue @@ -52,7 +52,7 @@ {{ item.realtimePrice }} {{ item.flatPrice }} {{ (parseFloat(item.unRealProfit)).toFixed(2) }} - {{ item.profitRate }} + {{ item.profitRate }} {{ item.tpPrice || "--" }}/{{ item.slPrice || "--" }}