Commit 33725dcc by yanju

0207

parent 53d7358b
......@@ -82,7 +82,7 @@
UserCard,ProjectCard,CardContainer,PageFooter
},
watch:{
// watch:{
// $route(val){
// let path = this.$route.path;
// console.log(this.$route);
......
......@@ -39,7 +39,7 @@
created(){
this.rightConType = this.$route.query.type==="1"?1:2;
this.changePage();
// this.changePage();
},
methods:{
dataGetMyAnswer(currentPage){
......
......@@ -36,11 +36,11 @@
components:{
ProjectCard,CardContainer,TopicCard,Pagination
},
created(){
this.rightConType = this.$route.query.type==="1"?1:2;
this.changePage();
},
//
// created(){
// this.rightConType = this.$route.query.type==="1"?1:2;
// this.changePage();
// },
methods:{
dataGetMyTopic(currentPage){
this.$axios.$get(config.api.get.Topic.myList,{
......
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