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