This commit is contained in:
shijingjing
2022-05-05 11:44:10 +08:00
parent 34f3233ed0
commit 07a78300e4
4 changed files with 15 additions and 26 deletions

View File

@@ -65,13 +65,6 @@ export default {
this.getListInit()
},
// onConfirm () {
// this.current = 1
// this.$nextTick(() => {
// this.getNewsList(this.areaId)
// })
// },
// 获取新闻分类
getList() {
return this.$http.post('/app/apppublicitycategory/list', null, {
@@ -119,7 +112,7 @@ export default {
onReachBottom() {
this.current++,
this.getNewsList()
this.getNewsList()
}
}
</script>