|
|
|
@ -1,10 +1,10 @@ |
|
|
|
<template> |
|
|
|
<!-- colto-section --> |
|
|
|
<footer class="footer" @click="toggleMenu($event,2)"> |
|
|
|
<div class="cszone" v-if="isLogin&&getUserInfo.is_agency!=1"> |
|
|
|
<!-- <div class="cszone" v-if="isLogin&&getUserInfo.is_agency!=1"> |
|
|
|
<a href="javascript:void(0);" @click="scbox()"><img src="../assets/img/home/kefu.png"></a> |
|
|
|
<span class="circle-pulse1" v-if="newscount!==0">{{newscount>=100?'99+':newscount}}</span> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
<div class="content"> |
|
|
|
<div class="footer-upper-section"> |
|
|
|
<!-- logo --> |
|
|
|
@ -249,10 +249,10 @@ |
|
|
|
<div style="font-size: 16px; color: #797979;margin-top: 12px;">{{ $t("homeNewText.hh43") }}</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="cspopup" :class='{"hidden":ispopup?"":"none"}'> |
|
|
|
<!-- <div class="cspopup" :class='{"hidden":ispopup?"":"none"}'> |
|
|
|
<a href="javascript:void(0);" class="close_btn" @click="closebox();">x</a> |
|
|
|
<iframe width="100%" height="100%" class="my-modal-body" :src="ifurl" frameborder="0" style="border-radius: 10px;background-color: #fff;"></iframe> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
</footer> |
|
|
|
</template> |
|
|
|
@ -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) |
|
|
|
// } |
|
|
|
}, |
|
|
|
}; |
|
|
|
</script> |
|
|
|
|