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

@ -85,7 +85,7 @@
<span class="mr-20">{{ item.create_time }}</span> <span class="mr-20">{{ item.create_time }}</span>
<span class="mr-20">订单号{{ item.order_no }}</span> <span class="mr-20">订单号{{ item.order_no }}</span>
<platform-icon :name="item.platform" :showTips="true" /> <platform-icon :name="item.platform" :showTips="true" />
<div v-if="item.merchant.logoImage"> <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"
:src="item.merchant.logoImage[0].external_url" :src="item.merchant.logoImage[0].external_url"

Loading…
Cancel
Save