|
|
|
|
@ -1,10 +1,12 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div style="" class="g_bg_f_5 g_h_all">
|
|
|
|
|
<view class="g_h_all">
|
|
|
|
|
<view class="m-tabs" v-if="isLogin" style="position: fixed; width: 100%; z-index: 999">
|
|
|
|
|
<!-- <view class="m-tabs" v-if="isLogin" style="position: fixed; width: 100%; z-index: 999">
|
|
|
|
|
<u-tabs :list="typeGroup" :is-scroll="false" v-model="current" @change="updateType" item-width="126" :active-color="globalData.themeColor" bar-width="60" bar-height="6" font-size="32" :gutter="22" duration="0.1" itemWidth="auto" height="84"></u-tabs>
|
|
|
|
|
</view>
|
|
|
|
|
<scroll-view @scroll="getScrollInfo" :scroll-top="resetScroll" :style="{ height: `calc(100vh - ${isLogin ? tabbarHeight + 43 : 0}px)`, 'padding-top': isLogin ? '43px' : '' }" :scroll-y="true" v-if="isLogin">
|
|
|
|
|
</view> -->
|
|
|
|
|
<!-- - ${isLogin ? tabbarHeight + 43 : 0}px -->
|
|
|
|
|
<!-- isLogin ? '43px' : -->
|
|
|
|
|
<scroll-view @scroll="getScrollInfo" :scroll-top="resetScroll" :style="{ height: `calc(100vh - ${tabbarHeight})`, 'padding-top': '10px' }" :scroll-y="true" v-if="isLogin">
|
|
|
|
|
<view class="" v-show="current == 0">
|
|
|
|
|
<view class="g_bg_f">
|
|
|
|
|
<ConversationList ref="contactList" />
|
|
|
|
|
@ -54,7 +56,6 @@ const G = getCurrentInstance().appContext.app.config.globalProperties.G;
|
|
|
|
|
import gEmpty from "@/components/empty.vue";
|
|
|
|
|
// import gMessageCell from "@/components/panel/messageCell.vue";
|
|
|
|
|
// import servicePopup from "@/components/servicePopup.vue";
|
|
|
|
|
|
|
|
|
|
const globalData = ref(getApp().globalData);
|
|
|
|
|
const wyyxTabGroup = ref([]);
|
|
|
|
|
const corpUserFlag = ref(false);
|
|
|
|
|
|