|
@@ -5,7 +5,8 @@
|
|
|
<view class="main-container">
|
|
|
<view class="exhibitor-main">
|
|
|
<view class="exhibitor-logo">
|
|
|
- <image :src="exhibitor.logo + '?x-oss-process=image/resize,w_200'" mode="aspectFit"/>
|
|
|
+ <image v-if="exhibitor && exhibitor.exhibitors_logo" :src="exhibitor.exhibitors_logo + '?x-oss-process=image/resize,w_400'" mode="aspectFit" />
|
|
|
+ <image v-else src="https://onlinecatelogue.productronicachina.com.cn/assets/image/normal-logo.jpg" mode="aspectFit" />
|
|
|
</view>
|
|
|
<view class="exhibitor-title">
|
|
|
<view class="exhibitor-title-1">
|
|
@@ -14,7 +15,7 @@
|
|
|
<view class="exhibitor-title-2">
|
|
|
{{ exhibitor.name_en_us }}
|
|
|
</view>
|
|
|
- <view class="exhibitor-title-3">
|
|
|
+ <view class="exhibitor-title-3" v-if="exhibitor.country_name">
|
|
|
{{ exhibitor.country_name }}
|
|
|
</view>
|
|
|
</view>
|