Commit a8c14a66 by 黑潮

fix: 默认图

parent 6b651796
......@@ -2,7 +2,7 @@
<div class="member-info" :style="`height:${height}px`">
<dm-preview-img
class="img"
:img="memberImage"
:img="memberImage || require('@/assets/images/default-memberImg.png')"
:width="width"
:height="height">
</dm-preview-img>
......@@ -54,4 +54,4 @@ export default {
font-size: 12px;
}
}
</style>
\ No newline at end of file
</style>
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