首页提醒2

master
zhaoxiaolin 5 months ago
parent ff381433bf
commit c801586d3b

@ -308,9 +308,9 @@ export default {
getUnReadList() {
console.log("++未读消息查询++");
getUnReadComment(this.queryParams).then(response => {
if(response>0){
this.unReadComments='您有'+response+'新的未读消息,请点击查看';
this.commentNum = response;
if(response.length>0){
this.unReadComments='您有'+response.length+'新的未读消息,请点击查看';
this.commentNum = response.length;
this.showPrise = true;
}else{
this.showPrise = false;

Loading…
Cancel
Save