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

Commit

Permalink
fix: 修复收到的评论列表页资讯卡片头像传参不正确的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Jul 5, 2018
1 parent 35149b1 commit 79a55b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/page/message/children/comments/newsItem.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<template>
<section>
<div :class="`${prefixCls}-item-top`">
<avatar
:sex="comment.user.sex"
:src="comment.user.avatar" />
<avatar :user="comment.user" />
<section class="userInfo">
<router-link
:class="`${prefixCls}-item-top-link`"
Expand Down

0 comments on commit 79a55b6

Please sign in to comment.