|
@@ -61,6 +61,34 @@
|
|
|
<u-panel title="展商活动">
|
|
|
<activity-recommend recommend-type="detail" :exhibitorId="exhibitorId"/>
|
|
|
</u-panel>
|
|
|
+ <view class="exhibitor-module">
|
|
|
+ <view class="exhibitor-title">
|
|
|
+ {{ exhibitor.name_zh_cn }}<br>
|
|
|
+ {{ exhibitor.name_en_us }}
|
|
|
+ </view>
|
|
|
+ <view class="exhibitor-module-info">
|
|
|
+ <view class="exhibitor-info-left">
|
|
|
+ <text class="title">
|
|
|
+ 探索我们的更多服务
|
|
|
+ </text>
|
|
|
+ <view class="website">
|
|
|
+ <view class="iconfont icon-World"></view>
|
|
|
+ <text>{{ exhibitor.website }}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="exhibitor-info-right" v-if="exhibitor.wechat_qrcode">
|
|
|
+ <image mode="aspectFit" show-menu-by-longpress :src="exhibitor.wechat_qrcode" alt="qrcode"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="exhibitor-hall-booth">
|
|
|
+ <view class="title">
|
|
|
+ 我们的展位号
|
|
|
+ </view>
|
|
|
+ <view class="content">
|
|
|
+ {{exhibitor.hall}} {{exhibitor.booth_no}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="click-more">
|
|
|
<van-button type="primary" @click="navigateTo('/pages/index/index?tab=exhibitor')">点击查看更多展商信息</van-button>
|
|
|
</view>
|