feat(招募金币代理页): 账号展示优先使用靓号
This commit is contained in:
parent
bd728d0588
commit
24b478a31c
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user