Ver Fonte

删除快讯页console.log代码

yangc há 8 anos atrás
pai
commit
3e7145f7cb
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      pages/news/index.vue

+ 0 - 1
pages/news/index.vue

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