Browse Source

隐藏客服页面

master
liaoxinyu 1 month ago
parent
commit
f33398d5fb
  1. 10
      pages/base/home.vue

10
pages/base/home.vue

@ -733,11 +733,11 @@
<img src="@/static/img/pages6.png">
<view class="color-light">{{ $t("base.c6") }}</view>
</v-link>
<v-link :to="isLogin?'/pages/oncs/onservice':'/pages/login/index'" tag="div" class="manage_text" style="position: relative;">
<!-- <v-link :to="isLogin?'/pages/oncs/onservice':'/pages/login/index'" tag="div" class="manage_text" style="position: relative;">
<img src="@/static/img/cs_w.svg">
<span class="circle-pulse1" v-if="newscount!==0">{{newscount>=100?'99+':newscount}}</span>
<view class="color-light">{{$t('common.service')}}</view>
</v-link>
</v-link> -->
</view>
<view class="h-100"></view>
<view v-if="isLogin" class="Logout_color logout w-max fn-center color-light rounded-xs"
@ -1242,9 +1242,9 @@
this.getCurrencyExCny();
this.getHelpList();
if (this.isLogin) {
this.chatcount = setInterval(()=>{
this.chat()
},5000)
// this.chatcount = setInterval(()=>{
// this.chat()
// },5000)
this.createWalletAddress();
this.getAuthInfo()
this.personalAssets();

Loading…
Cancel
Save