520f9f50 by 焦小希

去掉多有的alert提示

1 parent 677a8d7c
......@@ -112,7 +112,6 @@ var self = new Vue({
this.getData()
},
handleCurrentChange(pageNum){
alert(pageNum)
this.pageNum = pageNum
this.getData()
},
......