部分修改
Showing
7 changed files
with
40 additions
and
25 deletions
-
Please register or sign in to post a comment
... | ... | @@ -20,6 +20,11 @@ export default { |
this.$router.push({ | ||
path: path | ||
}); | ||
}, | ||
changeActivity(a){ | ||
this.activity = a; | ||
this.$route.query.q = a; | ||
console.log(this.$route.query); | ||
} | ||
}, | ||
watch: { | ||
... | ... |