Commit 33725dcc by yanju

0207

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