diff --git a/src/components/Portal/interactBar.vue b/src/components/Portal/interactBar.vue index 60d01813..b4d2c567 100644 --- a/src/components/Portal/interactBar.vue +++ b/src/components/Portal/interactBar.vue @@ -181,10 +181,9 @@ export default { this.isFavorite = newVal; }, data(newVal,oldVal){ - // console.log(newVal,'newVal'); - // if(newVal && newVal.id!=''){ - // this.checkHas(); - // } + if(newVal && newVal.id!=''){ + this.checkHas(); + } } }, created(){ diff --git a/src/views/portal/case/Detail.vue b/src/views/portal/case/Detail.vue index 4674b6cc..2adfaf2b 100644 --- a/src/views/portal/case/Detail.vue +++ b/src/views/portal/case/Detail.vue @@ -40,7 +40,7 @@
{{ caseDetail.summary }}
- +
@@ -67,7 +67,7 @@
- +
返回顶部 @@ -220,13 +220,10 @@ export default { timedOut = true; xmlhttp.abort(); }, 5000); - xmlhttp.open("HEAD", "http://uapi.boe.com.cn",true); - // xmlhttp.open("HEAD", "https://u-pre.boe.com/web",true); + xmlhttp.open("HEAD", "http://uapi.boe.com.cn",true); xmlhttp.send(); xmlhttp.onreadystatechange=function() { - // console.log(xmlhttp.readyState,"xmlhttp.readyState"); if (xmlhttp.readyState==4) { - console.log(xmlhttp.status,"xmlhttp.status"); if (xmlhttp.status==200){ clearTimeout(timer); $this.Internet = 1;