|
@@ -366,7 +366,6 @@ new Vue({
|
|
|
fullPage.removeEventListener('mousewheel', (e) => this.scrollChange(e))
|
|
|
this.showContent = false
|
|
|
const textInfoForm = this.community_article_list.filter(item => item.id === id)
|
|
|
- console.log(textInfoForm)
|
|
|
this.textContent = textInfoForm[0].text
|
|
|
},
|
|
|
goToIndex() {
|