no message

cyl/master-im
jscyl13849007907 5 months ago
parent fcd2db904a
commit ebd02b4201

@ -48,7 +48,7 @@
<span class="contact-item-title"> {{ t("blacklistText") }}</span>
<Icon iconClassName="more-icon" color="#999" type="icon-jiantou" />
</div>
<div class="contact-item" @click="onDropdownClick('innerAddress')" v-if="corpUserFlag">
<div class="contact-item" @click="onDropdownClick('innerAddress')" v-if="corpUserFlag && false">
<img src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/bocaigongyinglian/inner.svg" alt="" style="width: 48px; height: 48px; border-radius: 50%" />
<!-- <Badge :num="unreadSysMsgCount" :style="{ position: 'absolute', top: '5px', left: '51px' }" /> -->
<span class="contact-item-title">公司内部成员</span>

@ -4,17 +4,19 @@
<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">
<view class="">
<view class="" v-show="current == 0">
<view class="g_bg_f">
<ConversationList ref="contactList" />
</view>
</view>
<view class="g_bg_f" v-if="current == 1">
<telPanel />
<scroll-view @scroll="getScrollInfo"
:scroll-top="resetScroll"
:style="{ height: `calc(100vh - ${isLogin ? tabbarHeight + 43 : 0}px)`, 'padding-top': isLogin ? '43px' : '' }"
:scroll-y="true"
>
<view class="" v-show="current == 0">
<view class="g_bg_f">
<ConversationList ref="contactList" />
</view>
</view>
<view class="g_bg_f" v-if="current == 1">
<telPanel />
</view>
</scroll-view>
</view>
<servicePopup
@ -87,7 +89,6 @@ const typeGroup = ref([
]);
const current = ref(0);
const count = ref(0); //
const messageId = ref("");
const userInfo = ref({});
onShow(() => {
@ -135,8 +136,7 @@ onShow(() => {
});
}
}, 1000);
current.value = globalData.value.messageTab;
messageId.value = globalData.value.messageId;
current.value = 0;
}
});
const goLogin = () => {

@ -6,7 +6,7 @@ let data = {
appid: 'wxa7b4864efbcff191', //
localBaseImg: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/dailibaoming/APP/", // app图片前缀
cdnBaseImg: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/dailibaoming/", // cdn图片公共前缀路径
v3BaseImg: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/dailibaoming/v3", // cdn图片公共前缀路径
v3BaseImg: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/dailibaoming/v3/", // cdn图片公共前缀路径
loginText: '请登录',
// #ifdef MP-WEIXIN
version: uni.getAccountInfoSync().miniProgram.version || "1.0.16",

Loading…
Cancel
Save