Commit 9b59b885 by xuebiao

问答修改

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