fix(图片显示): 图片路径问题修复

This commit is contained in:
hzj 2025-11-18 10:22:17 +08:00
parent 5b4fa672e7
commit 81be997945
6 changed files with 16 additions and 6 deletions

View File

@ -226,7 +226,7 @@
/>
<img
v-if="selectedPayee.hasSalary"
src="../../assets/icon/RA.png"
src="../../assets/icon/identity/coinSeller.png"
alt=""
height="100%"
/>

View File

@ -126,7 +126,12 @@
/>
</div>
</div>
<img src="../../assets/icon/RA.png" alt="" width="25%" style="display: block" />
<img
src="../../assets/icon/identity/coinSeller.png"
alt=""
width="25%"
style="display: block"
/>
</div>
</div>
</div>

View File

@ -30,7 +30,12 @@
"
>
{{ t('my_account') }}
<img src="../../assets/icon/RA.png" alt="" height="20px" style="margin-left: 10px" />
<img
src="../../assets/icon/identity/coinSeller.png"
alt=""
height="20px"
style="margin-left: 10px"
/>
</div>
<img @click="goToRecords" src="../../assets/icon/records.png" height="20px" alt="" />
</div>

View File

@ -81,7 +81,7 @@
<div style="font-weight: 700; display: flex; align-items: center">
{{ userProfile.userNickname }}
<img
src="../assets/icon/RA.png"
src="../assets/icon/identity/coinSeller.png"
alt=""
style="height: 20px; margin-left: 5px"
v-if="isFreightAgent"

View File

@ -138,7 +138,7 @@
/>
<img
v-if="user.hasSalary"
src="../../../assets/icon/RA.png"
src="../../../assets/icon/identity/coinSeller.png"
alt=""
height="100%"
style="object-fit: cover"

View File

@ -143,7 +143,7 @@
/>
<img
v-if="selectedPayee.hasSalary"
src="../../../assets/icon/RA.png"
src="../../../assets/icon/identity/coinSeller.png"
alt=""
height="100%"
/>