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> <span class="contact-item-title"> {{ t("blacklistText") }}</span>
<Icon iconClassName="more-icon" color="#999" type="icon-jiantou" /> <Icon iconClassName="more-icon" color="#999" type="icon-jiantou" />
</div> </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%" /> <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' }" /> --> <!-- <Badge :num="unreadSysMsgCount" :style="{ position: 'absolute', top: '5px', left: '51px' }" /> -->
<span class="contact-item-title">公司内部成员</span> <span class="contact-item-title">公司内部成员</span>

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

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

Loading…
Cancel
Save