Browse Source

隐藏客服系统

master
liaoxinyu 3 months ago
parent
commit
1bdfe9c002
  1. 14
      src/components/CommonFooter.vue

14
src/components/CommonFooter.vue

@ -1,10 +1,10 @@
<template>
<!-- colto-section -->
<footer class="footer" @click="toggleMenu($event,2)">
<div class="cszone">
<!-- <div class="cszone">
<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 -->
@ -478,11 +478,11 @@ export default {
this.getServiceLink();
// console.log(this.service);
this.getEmial();
if(this.isLogin){
this.chatcount = setInterval(()=>{
this.chat()
},2000)
}
// if(this.isLogin){
// this.chatcount = setInterval(()=>{
// this.chat()
// },2000)
// }
},
};
</script>

Loading…
Cancel
Save