mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 12:16:43 +08:00
【银保app】如果用户没有上传头像 显示默认头像
This commit is contained in:
BIN
src/assets/YB_APP/images/5.png
Normal file
BIN
src/assets/YB_APP/images/5.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
@@ -7,8 +7,8 @@
|
||||
|
||||
<div style="display:flex;justify-content: flex-start;padding: 65px 15px 15px 20px;align-items: center;">
|
||||
<div style="width:60px;">
|
||||
<!-- <img style="width:100%;" src="@/assets/YB_APP/images/25.png" @click="uploadHeadImage(item)"> -->
|
||||
<img style="width:100%;border-radius: 30px;" :src="userInfo.agentHeadImgUrl" @click="uploadHeadImage()">
|
||||
<img v-if="!userInfo.agentHeadImgUrl" style="width:100%;border-radius: 30px;" src="@/assets/YB_APP/images/5.png" @click="uploadHeadImage()">
|
||||
<img v-if="userInfo.agentHeadImgUrl" style="width:100%;border-radius: 30px;" :src="userInfo.agentHeadImgUrl" @click="uploadHeadImage()">
|
||||
</div>
|
||||
<div style="margin-left:15px;">
|
||||
<p style="color:#fff;padding: 3px;display: flex;align-items: center;justify-content: flex-start;">
|
||||
|
||||
Reference in New Issue
Block a user