Commit 9b59b885 by xuebiao

问答修改

parent 1276c337
<template> <template>
<transition name="fade-transform" mode="out-in">
<div class="answer-card__wrap" v-if="showCard"> <div class="answer-card__wrap" v-if="showCard">
<div class="answer-card" @click="$router.push('/answer/detail/'+questionId)"> <div class="answer-card" @click="$router.push('/answer/detail/'+questionId)">
<div class="answer-card__left" v-if="!solved"> <div class="answer-card__left" v-if="!solved">
...@@ -49,6 +50,7 @@ ...@@ -49,6 +50,7 @@
</div> </div>
</div> </div>
</transition>
</template> </template>
<script> <script>
......
...@@ -75,7 +75,7 @@ export default { ...@@ -75,7 +75,7 @@ export default {
return{ return{
list: [ list: [
{ {
label: '全部项目', label: '全部问答',
address: '/answer', address: '/answer',
type: 'all' type: 'all'
}, },
......
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