init
This commit is contained in:
@@ -69,6 +69,15 @@
|
||||
</el-col>
|
||||
<el-col :span="6"><span style="color: red">{{ unreadInfo.userGreetCount }}</span></el-col>
|
||||
</el-row>
|
||||
<el-row class="message-fid" v-show="unreadInfo.userAvatarCount > 0">
|
||||
<el-col :span="14">
|
||||
<el-link @click="goToAudit('userAvatar')" type="warning">头像待审核</el-link>
|
||||
</el-col>
|
||||
<el-col :span="4">
|
||||
<el-divider direction="vertical"></el-divider>
|
||||
</el-col>
|
||||
<el-col :span="6"><span style="color: red">{{ unreadInfo.userAvatarCount }}</span></el-col>
|
||||
</el-row>
|
||||
</el-popover>
|
||||
</div>
|
||||
</template>
|
||||
@@ -92,6 +101,7 @@ export default {
|
||||
dynamicCount: 0,
|
||||
reportCount: 0,
|
||||
userGreetCount: 0,
|
||||
userAvatarCount: 0,
|
||||
},
|
||||
// 未读数量,
|
||||
unreadCount: 1,
|
||||
@@ -141,6 +151,9 @@ export default {
|
||||
case "userGreet":
|
||||
this.$router.push({path: "/audit/userGreet", query: {auditStatus: true}});
|
||||
break;
|
||||
case "userAvatar":
|
||||
this.$router.push({path: "/audit/userPictureAudit", query: {auditStatus: true}});
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user