|
|
@ -86,6 +86,7 @@ export default { |
|
|
|
methods: { |
|
|
|
handleClickNotice(item, index) { |
|
|
|
const { msgType, targetId } = item; |
|
|
|
this.readClearOne(item) |
|
|
|
if (msgType == "community_house") { |
|
|
|
this.$refs.fastcall.showHouseInfo(targetId); |
|
|
|
} else if (msgType == "resident_base_info") { |
|
|
|