feat(招募金币代理页): 账号展示优先使用靓号

This commit is contained in:
hzj 2025-11-04 18:07:42 +08:00
parent bd728d0588
commit 24b478a31c

View File

@ -108,13 +108,21 @@
align-items: center;
"
>
{{ FreightAgency.userBaseInfo.account }}
{{
FreightAgency.userBaseInfo.ownSpecialId?.account ||
FreightAgency.userBaseInfo.account
}}
</div>
<img
:src="images.copyWhite"
alt=""
width="15%"
@click="copyPhone(FreightAgency.userBaseInfo.account)"
@click="
copyPhone(
FreightAgency.userBaseInfo.ownSpecialId?.account ||
FreightAgency.userBaseInfo.account
)
"
/>
</div>
</div>