lyuis 7 月之前
父節點
當前提交
5f4602d1ef
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>