Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix(question): 问题时间显示为创建时间而非更新时间
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Nov 2, 2018
1 parent 1ebe50b commit 29930e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/question/components/QuestionCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span v-show="question.amount" class="shang">
<span>赏</span> {{ question.amount }}
</span>
<span class="button-time">{{ question.updated_at | time2tips }}</span>
<span class="button-time">{{ question.created_at | time2tips }}</span>
</router-link>
</div>
</template>
Expand Down

1 comment on commit 29930e2

@mutoe
Copy link
Contributor Author

@mutoe mutoe commented on 29930e2 Nov 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

refer #559

Please sign in to comment.