|
@ -247,8 +247,9 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
toDetail(item){ |
|
|
toDetail(item){ |
|
|
|
|
|
console.log(item.id,"sldkf") |
|
|
if(item.coverPic){ |
|
|
if(item.coverPic){ |
|
|
this.$router.push({name:'communityPublicityDetail',query:{item:JSON.stringify(item)}}) |
|
|
this.$router.push({name:'communityPublicityDetail',query:{id:item.id}}) |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
async querystaffmessage(){ |
|
|
async querystaffmessage(){ |
|
|