|
|
@ -87,7 +87,7 @@ |
|
|
|
<platform-icon :name="item.platform" :showTips="true" /> |
|
|
|
<platform-icon :name="item.platform" :showTips="true" /> |
|
|
|
<div v-if="item.merchant"> |
|
|
|
<div v-if="item.merchant"> |
|
|
|
<img |
|
|
|
<img |
|
|
|
v-if="item.merchant && Object.keys(item.merchant).length > 0" |
|
|
|
v-if="item.merchant && Object.keys(item.merchant).length > 0 && item.merchant.logoImage" |
|
|
|
:src="item.merchant.logoImage[0].external_url" |
|
|
|
:src="item.merchant.logoImage[0].external_url" |
|
|
|
style="width: 60px; height: 60px; margin: 0 10px 0 20px; border-radius: 8px" |
|
|
|
style="width: 60px; height: 60px; margin: 0 10px 0 20px; border-radius: 8px" |
|
|
|
/> |
|
|
|
/> |
|
|
|