|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
- <view class="windStationCard" @tap="common.navTo('/components/windStationCardDetail/WindStationCardDetail?option=' + plusDrawerList.name.substring(0,2) )" v-if="plusDrawerList.windId!=0">
|
|
|
+ <view class="windStationCard" @tap="common.navTo('/components/windStationCardDetail/WindStationCardDetail?option=' + plusDrawerList.windId+'&windStationName='+plusDrawerList.name)" v-if="plusDrawerList.windId!=0">
|
|
|
<view class="windStationTitle">{{plusDrawerList.name}}</view>
|
|
|
<view class="powerAndSpeedContainer">
|
|
|
<view class="powerAndSpeedRed">
|
|
@@ -124,7 +124,8 @@
|
|
|
|
|
|
methods: {
|
|
|
getWindfieldid:function(plusDrawerList) {
|
|
|
- this.plusDrawerList = plusDrawerList;
|
|
|
+ this.plusDrawerList = plusDrawerList;
|
|
|
+ console.log(this.plusDrawerList);
|
|
|
},
|
|
|
getWindfielddata:function(index_windStation_cardmodule){
|
|
|
this.cardmodule = false;
|