女性默认头像

This commit is contained in:
zhangsir
2024-05-24 09:47:55 +08:00
parent 94b2da1968
commit 408c3a4fed

View File

@@ -1425,11 +1425,11 @@ const vwtext = ref(null)
<div style="display: flex;width: 100%; height: 88px;">
<div>
<img v-if="techerDetail?.avatar" style="width: 60px; height: 58px;margin-left: 22px;margin-right: 29px;margin-top: 13px;border-radius: 50%;" :src="techerDetail?.avatar.includes('upload')?techerDetail?.avatar:'/upload'+techerDetail?.avatar"/>
<!-- <img
v-else-if="!techerDetail?.avatar&&techerDetail?.sex==0"
<img
v-else-if="!techerDetail?.avatar&&techerDetail?.gender==2"
style="width: 60px; height: 58px;margin-left: 22px;margin-right: 29px;margin-top: 13px;border-radius: 50%;"
src="../../assets/images/gratefulteacher/Avatarwoman.png"
/> -->
/>
<img
v-else
style="width: 60px; height: 58px;margin-left: 22px;margin-right: 29px;margin-top: 13px;border-radius: 50%;"
@@ -1749,6 +1749,8 @@ const vwtext = ref(null)
.footer_table{
display: flex;
justify-content: space-between;
height: 37px;
border-bottom: 1px solid #f0f0f0;
.footer_left{
margin-left: 84px;
}