lyuis 7 月之前
父節點
當前提交
04c92744a7
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 0 1
      my/enterpriseInfo/enterpriseInfo.vue
  2. 2 2
      pages/index/game/order.vue

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