main
fanfan 3 months ago
parent b9ac3c5ff6
commit 7a8f18e924
  1. 2
      src/views/order/Index.vue

@ -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"
/> />

Loading…
Cancel
Save