lyuis 7 miesięcy temu
rodzic
commit
04c92744a7

+ 0 - 1
my/enterpriseInfo/enterpriseInfo.vue

@@ -672,7 +672,6 @@ page {
 
 .info {
 	width: 100%;
-	height: 100rpx;
 	margin-top: 50rpx;
 
 	.info-box {

+ 2 - 2
pages/index/game/order.vue

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