|
|
@@ -153,7 +153,7 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- 企业简介 -->
|
|
|
- <view class="enterprise" v-if="info.lng">
|
|
|
+ <view class="enterprise" v-if="info.company">
|
|
|
<!-- 公司介绍卡片 -->
|
|
|
<view class="company-intro-card" @click="goInfo(info.company.companyId)">
|
|
|
<view class="company-avatar">
|
|
|
@@ -170,7 +170,7 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- 地图区域 -->
|
|
|
- <view class="enterprise-box flex justify-center">
|
|
|
+ <view v-if="info&&info.lng" class="enterprise-box flex justify-center">
|
|
|
<view class="enterprise-box-c">
|
|
|
<!-- #ifndef APP -->
|
|
|
<view class="enterprise-box-c-map">
|