Commit 9d59f5a7 by yanju

Merge branch 'fix-issue#15' into 'master'

修复分类页

See merge request pigbigbig/beyond-clouds-front!145
parents 5d3ba7b1 7b95813f
......@@ -26,7 +26,7 @@
name:'userCard2',
data(){
return{
userAvatar:'https://s2.ax1x.com/2020/01/15/lO2kIf.png',
userAvatar:'',
userId:'',
nickName:'',
gender:0,
......
......@@ -127,6 +127,7 @@ export default {
},
restartPagination(){
if(process.browser){
this.QuestionList = [];
this.$refs.pagination.setCurrentPage(1)
}
},
......
......@@ -133,6 +133,7 @@ export default {
},
restartPagination(){
if(process.browser){
this.blogList = [];
this.$refs.pagination.setCurrentPage(1)
}
},
......
......@@ -124,7 +124,10 @@ export default {
this.$router.push('/project/release')
},
restartPagination(){
if(process.browser){
this.projectList = [];
this.$refs.pagination.setCurrentPage(1)
}
},
......
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