lyuis hai 7 meses
pai
achega
5f4602d1ef
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      pages/index/game/order.vue

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

@@ -172,13 +172,13 @@
 			<!-- 地图区域 -->
 			<view v-if="info&&info.lng" class="enterprise-box flex justify-center">
 				<view class="enterprise-box-c">
-					
+					<!-- #ifdef H5 -->
 					<view class="enterprise-box-c-map">
 						<map style="width: 100%; height: 100%;" scale="14" @tap.stop="gotoMap()" :latitude="info.lat"
 							:longitude="info.lng" :markers="covers">
 						</map>
 					</view>
-					
+					<!-- #endif -->
 				</view>
 			</view>
 		</view>