Commit 475a5398 by yanju

Merge branch 'new-func#1' into 'master'

修复分页器

See merge request pigbigbig/beyond-clouds-front!110
parents f35a42b3 158c3066
...@@ -76,7 +76,9 @@ ...@@ -76,7 +76,9 @@
}, },
watch:{ watch:{
currentPage(pre,now){ currentPage(pre,now){
this.clickToTop(); if(this.type===1){
this.clickToTop();
}
this.$emit(config.event.listenPageChange,pre) 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