|
@@ -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);
|