Commit 158c3066 by yanju

修复分页器

parent aa1dd154
......@@ -76,7 +76,9 @@
},
watch:{
currentPage(pre,now){
if(this.type===1){
this.clickToTop();
}
this.$emit(config.event.listenPageChange,pre)
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment