feat(招募金币代理页): 账号展示优先使用靓号
This commit is contained in:
parent
bd728d0588
commit
24b478a31c
@ -108,13 +108,21 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
{{ FreightAgency.userBaseInfo.account }}
|
{{
|
||||||
|
FreightAgency.userBaseInfo.ownSpecialId?.account ||
|
||||||
|
FreightAgency.userBaseInfo.account
|
||||||
|
}}
|
||||||
</div>
|
</div>
|
||||||
<img
|
<img
|
||||||
:src="images.copyWhite"
|
:src="images.copyWhite"
|
||||||
alt=""
|
alt=""
|
||||||
width="15%"
|
width="15%"
|
||||||
@click="copyPhone(FreightAgency.userBaseInfo.account)"
|
@click="
|
||||||
|
copyPhone(
|
||||||
|
FreightAgency.userBaseInfo.ownSpecialId?.account ||
|
||||||
|
FreightAgency.userBaseInfo.account
|
||||||
|
)
|
||||||
|
"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user