Browse Source

删除快讯页console.log代码

yangc 8 years ago
parent
commit
3e7145f7cb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pages/news/index.vue

+ 0 - 1
pages/news/index.vue

@@ -28,7 +28,6 @@
     methods: {
       listenChild: function (nPage) {
         this.nowPage = nPage
-        console.log(this.nowPage)
         this.$store.dispatch('newsData/loadAllNews', { page: this.nowPage, pageSize: this.pageSize })
       }
     }