feat: เพิ่ม no-profile
This commit is contained in:
parent
d98a250a76
commit
406180947f
3 changed files with 3 additions and 12 deletions
BIN
public/no-profile.png
Normal file
BIN
public/no-profile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
|
|
@ -104,12 +104,7 @@ watch(currentPageBranch, async () => {
|
||||||
style="border-radius: 0 0 40px 40px; position: relative"
|
style="border-radius: 0 0 40px 40px; position: relative"
|
||||||
>
|
>
|
||||||
<q-avatar no-padding size="50px">
|
<q-avatar no-padding size="50px">
|
||||||
<img
|
<img :src="currentCustomerUrlImage ?? '/no-profile.png'" />
|
||||||
:src="
|
|
||||||
currentCustomerUrlImage ??
|
|
||||||
'https://cdn.quasar.dev/img/avatar1.jpg'
|
|
||||||
"
|
|
||||||
/>
|
|
||||||
</q-avatar>
|
</q-avatar>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
|
|
@ -145,9 +145,7 @@ defineEmits<{
|
||||||
<div class="row justify-center relative-position">
|
<div class="row justify-center relative-position">
|
||||||
<q-card-section class="q-pt-xl img-decoration">
|
<q-card-section class="q-pt-xl img-decoration">
|
||||||
<q-avatar size="100px">
|
<q-avatar size="100px">
|
||||||
<img
|
<img :src="list.imageUrl ?? '/no-profile.png'" />
|
||||||
:src="list.imageUrl ?? 'https://cdn.quasar.dev/img/avatar1.jpg'"
|
|
||||||
/>
|
|
||||||
</q-avatar>
|
</q-avatar>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -291,9 +289,7 @@ defineEmits<{
|
||||||
</q-btn>
|
</q-btn>
|
||||||
<q-card-section class="q-pt-xl img-decoration">
|
<q-card-section class="q-pt-xl img-decoration">
|
||||||
<q-avatar size="50px">
|
<q-avatar size="50px">
|
||||||
<img
|
<img :src="list.imageUrl ?? '/no-profile.png'" />
|
||||||
:src="list.imageUrl ?? 'https://cdn.quasar.dev/img/avatar1.jpg'"
|
|
||||||
/>
|
|
||||||
</q-avatar>
|
</q-avatar>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue