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"> <img src="@/static/img/pages6.png">
<view class="color-light">{{ $t("base.c6") }}</view> <view class="color-light">{{ $t("base.c6") }}</view>
</v-link> </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"> <img src="@/static/img/cs_w.svg">
<span class="circle-pulse1" v-if="newscount!==0">{{newscount>=100?'99+':newscount}}</span> <span class="circle-pulse1" v-if="newscount!==0">{{newscount>=100?'99+':newscount}}</span>
<view class="color-light">{{$t('common.service')}}</view> <view class="color-light">{{$t('common.service')}}</view>
</v-link> </v-link> -->
</view> </view>
<view class="h-100"></view> <view class="h-100"></view>
<view v-if="isLogin" class="Logout_color logout w-max fn-center color-light rounded-xs" <view v-if="isLogin" class="Logout_color logout w-max fn-center color-light rounded-xs"
@ -1242,9 +1242,9 @@
this.getCurrencyExCny(); this.getCurrencyExCny();
this.getHelpList(); this.getHelpList();
if (this.isLogin) { if (this.isLogin) {
this.chatcount = setInterval(()=>{ // this.chatcount = setInterval(()=>{
this.chat() // this.chat()
},5000) // },5000)
this.createWalletAddress(); this.createWalletAddress();
this.getAuthInfo() this.getAuthInfo()
this.personalAssets(); this.personalAssets();

Loading…
Cancel
Save