新增福星荟图片,手机号改为客户号

This commit is contained in:
chong.yanning@ebiz-digits.com
2025-11-06 15:49:50 +08:00
parent ffc60b37f9
commit efd15eb3db
2 changed files with 34 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View File

@@ -9,9 +9,15 @@
<div class="user-avatar"> <div class="user-avatar">
<img :src="userInfo.avatar" /> <img :src="userInfo.avatar" />
</div> </div>
<div class="user-info"> <div class="userInfoContent flex justify-content-b D">
<div class="user-name">{{ userInfo.name }}</div> <div class="user-info">
<div class="user-phone" v-if="userInfo.mobile">{{ formattedMobile }}</div> <div class="flex userNameFxh">
<div class="user-name">{{ userInfo.name }}</div>
</div>
<div class="user-phone" v-if="userInfo.customerNo">{{ userInfo.customerNo }}</div>
<!-- <div class="user-phone" v-if="userInfo.mobile">{{ formattedMobile }}</div> -->
</div>
<div class="fxh"><img src="@/assets/images/myBenefits/fxh.png" alt="" /></div>
</div> </div>
</div> </div>
@@ -320,19 +326,41 @@ export default {
height: 100%; height: 100%;
} }
} }
.userInfoContent {
width: calc(100% - 58px);
// align-items: flex-start;
align-items: center;
}
.user-info { .user-info {
margin-left: 15px; margin-left: 15px;
.user-name, .user-name {
.user-phone {
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 18px;
color: #333333;
// line-height: 23px;
text-align: left;
font-style: normal;
}
.user-phone {
font-family: PingFangSC, PingFang SC;
// font-weight: 500;
font-size: 17px;
color: #333333; color: #333333;
line-height: 23px; line-height: 23px;
text-align: left; text-align: left;
font-style: normal; font-style: normal;
} }
} }
.fxh {
width: 80px;
padding-right: 10px;
img {
display: inline-block;
width: 100%;
height: 100%;
}
}
} }
.level-card { .level-card {
position: relative; position: relative;