Commit 5c10da7d authored by wuwangwolihui's avatar wuwangwolihui

修改-/myInfo/signUpList图片路径

parent a996b230
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
<el-card> <el-card>
<div class="flex list_item"> <div class="flex list_item">
<div class="item_img"> <div class="item_img">
<el-image :src="item.activityCover" fit="cover"/> <el-image v-if="!item.activityCover" :src="item.systemLogo" fit="cover"/>
<el-image v-else :src="item.activityCover" fit="cover"/>
</div> </div>
<div class="right"> <div class="right">
<div class="item_title">{{item.name}}</div> <div class="item_title">{{item.name}}</div>
......
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