Explorar o código

预测页面提交

shilin %!s(int64=4) %!d(string=hai) anos
pai
achega
5b541f2eec
Modificáronse 1 ficheiros con 8 adicións e 8 borrados
  1. 8 8
      pages/forecast/Forecast.vue

+ 8 - 8
pages/forecast/Forecast.vue

@@ -28,10 +28,10 @@
 				<div class="plusDrawer" @tap="hideModal">
 					<plusDrawer ref="plusDrawer"></plusDrawer>
 				</div>
-				<scroll-view scroll-y class="DrawerPage" :class="modalName == 'viewModal' ? 'show' : ''">
-				<view v-if=true>
-									<div></div>
-									<div class="plusDrawer" @tap="hideModal"><plusDrawer ref="plusDrawer"></plusDrawer></div>
+				<scroll-view scroll-y  :class="modalName == 'viewModal' ? 'show' : ''">
+				<view >
+									
+									<!-- <div class="plusDrawer" @tap="hideModal"><plusDrawer ref="plusDrawer"></plusDrawer></div> -->
 									<view class="page-body">
 										<view class="page-section page-section-gap">
 											<map  style="width: 100%; height: 300px;"
@@ -43,9 +43,9 @@
 												:longitude="longitude"
 												:markers="covers"
 											>
-											
+										<!-- 	
 										 <cover-view style="color: #000000;" > 经度:{{  mapEnd_1 }}</cover-view>
-										 <cover-view style="color: #000000;"> 纬度:{{  mapEnd_2 }}</cover-view>
+										 <cover-view style="color: #000000;"> 纬度:{{  mapEnd_2 }}</cover-view> -->
 											 
 											</map>
 										</view>
@@ -351,8 +351,8 @@ export default {
 		}
 		uni.setStorageSync('windPowerStationId',this.FDC);
 		this.$nextTick(function() {
-			this.getWeatherDataToday();
-			this.getWeatherData7();
+			//this.getWeatherDataToday();
+			//this.getWeatherData7();
 		});
 		this.cWidth = uni.upx2px(2000);
 		this.cHeight = uni.upx2px(350);