Browse Source

智能提醒已读状态

feature
mk 3 years ago
parent
commit
ac3fa49d4f
  1. 1
      src/views/modules/home/notice.vue

1
src/views/modules/home/notice.vue

@ -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") {

Loading…
Cancel
Save