|
@@ -713,7 +713,7 @@ export default {
|
|
|
// }
|
|
|
|
|
|
this.windStationCardContainerwidth = 260 * this.plusDrawerList.length - 260 + 'px';
|
|
|
- console.log(this.windStationCardContainerwidth);
|
|
|
+
|
|
|
},
|
|
|
judgeWindfield: function() {
|
|
|
this.plusDrawerList = uni.getStorageSync('plusList');
|
|
@@ -1064,13 +1064,13 @@ export default {
|
|
|
return val + 'kwh';
|
|
|
},
|
|
|
|
|
|
- index: 0,
|
|
|
+ index: 1,
|
|
|
|
|
|
legendShape: 'circle'
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- name: '实际功率',
|
|
|
+ name: '风速',
|
|
|
|
|
|
data: [],
|
|
|
|
|
@@ -1084,7 +1084,7 @@ export default {
|
|
|
return val + 'm/s';
|
|
|
},
|
|
|
|
|
|
- index: 1,
|
|
|
+ index: 0,
|
|
|
|
|
|
legendShape: 'circle'
|
|
|
},
|
|
@@ -1104,13 +1104,13 @@ export default {
|
|
|
return val + 'kwh';
|
|
|
},
|
|
|
|
|
|
- index: 0,
|
|
|
+ index: 1,
|
|
|
|
|
|
legendShape: 'circle'
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- name: '风速',
|
|
|
+ name: '实际功率',
|
|
|
|
|
|
data: [],
|
|
|
|
|
@@ -1145,7 +1145,8 @@ export default {
|
|
|
Line.series[2].data.push(_this.linedata[i].value3);
|
|
|
Line.series[3].data.push(_this.linedata[i].value4);
|
|
|
}
|
|
|
-
|
|
|
+ console.log("===");
|
|
|
+ console.log(Line);
|
|
|
_this.showLineA('canvasLineA', Line);
|
|
|
|
|
|
/*
|
|
@@ -1351,6 +1352,7 @@ export default {
|
|
|
this.socketTask_index_target_basic_indicators.onMessage(res => {
|
|
|
//console.log("收到服务器内容:" + res.data);
|
|
|
_this.windpowerstationdetail.index_target_basic_indicators = JSON.parse(res.data)[_this.FDC];
|
|
|
+ console.log(_this.windpowerstationdetail);
|
|
|
});
|
|
|
});
|
|
|
// 这里仅是事件监听【如果socket关闭了会执行】
|