mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 00:06:45 +08:00
提交加一个参数
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
<div class="label" style="display: flex;margin: 9px 0 14px 0;justify-content: space-between;align-items: center;font-size: 12px;">
|
||||
<!-- <img :src="detailData.avatar || '/temp/index/male.jpg'" /> -->
|
||||
<author width="24px" height="24px" :avatar="detailData.avatar" :name="detailData.name" :sex="detailData.sex"></author>
|
||||
<author width="24px" height="24px" :aid="detailData.aid" :avatar="detailData.avatar" :name="detailData.name" :sex="detailData.sex"></author>
|
||||
<!-- <author :avatar="detailData.avatar" :info="detailData.orgInfo" :name="detailData.name"></author> -->
|
||||
<time-show :time="detailData.sysCreateTime"></time-show>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user