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