Browse Source

社区讯息截取两条

dev
mk 1 year ago
parent
commit
bb4e36a439
  1. 3
      src/views/home/index.vue

3
src/views/home/index.vue

@ -212,7 +212,6 @@ export default {
} }
let res = await icEventOldDiscuss(parm) let res = await icEventOldDiscuss(parm)
if (res) { if (res) {
console.log(res);
this.eventList = res.list.slice(0, 2) this.eventList = res.list.slice(0, 2)
} }
}, },
@ -241,7 +240,7 @@ export default {
} }
let res = await communityPublicity(parm) let res = await communityPublicity(parm)
if (res) { if (res) {
this.PublicityList = res.list this.PublicityList = res.list.slice(0, 2)
} }
}, },
handelChangeTags(val,title){ handelChangeTags(val,title){

Loading…
Cancel
Save