Commit 6973b11c authored by zhengke's avatar zhengke

增加判断

parent 90fe201d
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
</div> </div>
</div> </div>
</li> </li>
<li style="width:65px;height:50px;line-height: 50px;padding: 0;font-size: 15px;font-family: pingfangR;"> <li style="width:65px;height:50px;line-height: 50px;padding: 0;font-size: 15px;font-family: pingfangR;" v-if="isShowMore">
<el-dropdown trigger="hover"> <el-dropdown trigger="hover">
<span class="el-dropdown-link" style="cursor: pointer;display: block;height: 100%;width: 100%;"> <span class="el-dropdown-link" style="cursor: pointer;display: block;height: 100%;width: 100%;">
<span style="color: #a6adb4;"><i class="iconfont icon-biaoge" style="margin-right: 5px;font-size:13px"></i>更多</span> <span style="color: #a6adb4;"><i class="iconfont icon-biaoge" style="margin-right: 5px;font-size:13px"></i>更多</span>
...@@ -1399,6 +1399,8 @@ export default { ...@@ -1399,6 +1399,8 @@ export default {
NowVoteData: {}, NowVoteData: {},
NowVoteType: 1, NowVoteType: 1,
seeVotingBox: false, seeVotingBox: false,
//是否显示更多
isShowMore:true,
}; };
}, },
filters: { filters: {
...@@ -1687,6 +1689,12 @@ export default { ...@@ -1687,6 +1689,12 @@ export default {
} }
} }
this.userInfo = this.getLocalStorage(); this.userInfo = this.getLocalStorage();
if(this.userInfo.RB_Group_id==2){
this.isShowMore=true
}else{
this.isShowMore=false
}
document.title=this.userInfo.GroupName document.title=this.userInfo.GroupName
if (this.userInfo.Icon != null) { if (this.userInfo.Icon != null) {
this.userInfo.UserPhoto = this.userInfo.Icon; this.userInfo.UserPhoto = this.userInfo.Icon;
...@@ -3629,7 +3637,6 @@ export default { ...@@ -3629,7 +3637,6 @@ export default {
x.icon = menuStyle.icon; x.icon = menuStyle.icon;
x.color = menuStyle.color; x.color = menuStyle.color;
this.menuList.push(x); this.menuList.push(x);
} }
}); });
this.getNumber(); this.getNumber();
......
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