去掉多有的alert提示
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -112,7 +112,6 @@ var self = new Vue({ | ... | @@ -112,7 +112,6 @@ var self = new Vue({ |
112 | this.getData() | 112 | this.getData() |
113 | }, | 113 | }, |
114 | handleCurrentChange(pageNum){ | 114 | handleCurrentChange(pageNum){ |
115 | alert(pageNum) | ||
116 | this.pageNum = pageNum | 115 | this.pageNum = pageNum |
117 | this.getData() | 116 | this.getData() |
118 | }, | 117 | }, | ... | ... |
-
Please register or sign in to post a comment