Commit 62320617 authored by 黄奎's avatar 黄奎

消息调整

parent 443fe196
...@@ -274,7 +274,7 @@ ...@@ -274,7 +274,7 @@
<template v-if="userInfo.RB_Group_id==2"> <template v-if="userInfo.RB_Group_id==2">
<li style="position: relative;"> <li style="position: relative;">
<i class="iconfont icon-imessage_top" <i class="iconfont icon-imessage_top"
:class="[hasNewMsg>0&&!IM_bodyIsShow?'animation red':'',IM_bodyIsShow?'red':'']" :class="[(hasNewMsg>0||MsgCount>0) &&!IM_bodyIsShow?'animation red':'',IM_bodyIsShow?'red':'']"
@click="IM_bodyIsShow=!IM_bodyIsShow,IM_navType=1"></i> @click="IM_bodyIsShow=!IM_bodyIsShow,IM_navType=1"></i>
</li> </li>
<li><i class="iconfont icon-banbengengxin" @click="goUrlLog()"></i></li> <li><i class="iconfont icon-banbengengxin" @click="goUrlLog()"></i></li>
...@@ -321,7 +321,7 @@ ...@@ -321,7 +321,7 @@
<li @click="IM_navType=1,imToolsType=0,changeTools(0)" :class="{checked:IM_navType==1}"> <li @click="IM_navType=1,imToolsType=0,changeTools(0)" :class="{checked:IM_navType==1}">
<span class="txt"> <span class="txt">
消息 消息
<div class="unreadMsg" v-show="IM_navType!=1&&hasNewMsg>0">{{hasNewMsg}}</div> <div class="unreadMsg" v-show="IM_navType!=1&&(hasNewMsg>0||MsgCount>0)">{{hasNewMsg+MsgCount}}</div>
</span> </span>
<div class="lihoverNote"></div> <div class="lihoverNote"></div>
</li> </li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment