Commit 32772d71 authored by 罗林杰's avatar 罗林杰

修改默认头像

parent 39658774
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
<div class="item"> <div class="item">
<div> <div>
<img v-if="form.avatarImg" class="avatarSize" :src="form.avatarImg" alt="" mode="aspectFill"> <img v-if="form.avatarImg" class="avatarSize" :src="form.avatarImg" alt="" mode="aspectFill">
<img v-else class="avatarSize" src="http://192.168.1.8/static/images/user/defaultAvatar.png'" alt=""> <img v-else class="avatarSize" src="../../../assets/image/avatar.jpg" alt="">
</div> </div>
<div class="center"> <div class="center">
<template> <template>
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
<div style="display: flex; justify-content: space-between; align-items: center;" class="commentHeader"> <div style="display: flex; justify-content: space-between; align-items: center;" class="commentHeader">
<div style="display: flex; align-items: center;padding-bottom: 10px"> <div style="display: flex; align-items: center;padding-bottom: 10px">
<img v-if="comment.avatarUrl" style="margin-top: -40px" :src="comment.avatarUrl" alt="" class="avatarSize"> <img v-if="comment.avatarUrl" style="margin-top: -40px" :src="comment.avatarUrl" alt="" class="avatarSize">
<img v-else class="avatarSize" style="margin-top: -40px" src="http://192.168.1.8/static/images/user/defaultAvatar.png'" alt=""> <img v-else class="avatarSize" style="margin-top: -40px" src="../../../assets/image/avatar.jpg" alt="">
<div style="padding-left: 10px"> <div style="padding-left: 10px">
<span style="font-size: 15px;font-weight: bold">{{ comment.memCode }}:</span> <span style="font-size: 15px;font-weight: bold">{{ comment.memCode }}:</span>
<div style="flex: 1;margin-top: 10px "> <div style="flex: 1;margin-top: 10px ">
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
<div style="display: flex; justify-content: space-between; align-items: center;" class="commentHeader"> <div style="display: flex; justify-content: space-between; align-items: center;" class="commentHeader">
<div style="display: flex; align-items: center;"> <div style="display: flex; align-items: center;">
<img v-if="reply.avatarUrl" style="margin-top: -40px" :src="reply.avatarUrl" alt="" class="avatarSize"> <img v-if="reply.avatarUrl" style="margin-top: -40px" :src="reply.avatarUrl" alt="" class="avatarSize">
<img v-else class="avatarSize" style="margin-top: -40px" src="http://192.168.1.8/static/images/user/defaultAvatar.png'" alt=""> <img v-else class="avatarSize" style="margin-top: -40px" src="../../../assets/image/avatar.jpg" alt="">
<div style="padding-left: 10px"> <div style="padding-left: 10px">
<span style="font-size: 15px;font-weight: bold">{{ reply.memCode }}:</span> <span style="font-size: 15px;font-weight: bold">{{ reply.memCode }}:</span>
<div style="flex: 1;margin-top: 10px "> <div style="flex: 1;margin-top: 10px ">
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
:auto-upload="true" :auto-upload="true"
> >
<img v-if="imageUrl" :src="imageUrl" class="avatar" alt=""> <img v-if="imageUrl" :src="imageUrl" class="avatar" alt="">
<img v-else class="avatar" src="http://192.168.1.8/static/images/user/defaultAvatar.png'" alt=""> <img v-else class="avatar" src="../../../../assets/image/avatar.jpg" alt="">
</el-upload> </el-upload>
<div style="margin-left: 20px"> <div style="margin-left: 20px">
<img v-if="form.pictureUrls != null && form.pictureUrls.length > 0" :src="form.pictureUrls[0]" style="width: 80px;height: 80px" alt=""> <img v-if="form.pictureUrls != null && form.pictureUrls.length > 0" :src="form.pictureUrls[0]" style="width: 80px;height: 80px" alt="">
...@@ -746,7 +746,7 @@ export default { ...@@ -746,7 +746,7 @@ export default {
} }
], ],
showSecretData: true, showSecretData: true,
memEducationUrl:'', memEducationUrl: ''
} }
}, },
computed: { computed: {
......
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