limiao 4 rokov pred
rodič
commit
eeea3971b2
1 zmenil súbory, kde vykonal 25 pridanie a 1 odobranie
  1. 25 1
      common/common.js

+ 25 - 1
common/common.js

@@ -8,12 +8,36 @@ class Common{
 		uni.navigateTo({
 			url:url
 		})
-	}
+	}	
 	
 	goback(url){
 	 var page = getCurrentPages();
 	 let windpowerstationName =  uni.getStorageSync('windpowerstationName');
 	 page[0].$vm.address = windpowerstationName;
+	 	 if(windpowerstationName=="宁夏新能源公司"){
+	 	 	 	page[0].$vm.FDC="0";
+	 	 	 }
+	 	 	 if(windpowerstationName=="麻黄山风电场"){
+	 	 	 	page[0].$vm.FDC="MHS_FDC";
+	 	 	 }
+	 	 	 if(windpowerstationName=="牛首山风电场"){
+	 	 	 	page[0].$vm.FDC="NSS_FDC";
+	 	 	 }
+	 	 	 if(windpowerstationName=="石板泉风电场"){
+	 	 	 	page[0].$vm.FDC="SBQ_FDC";
+	 	 	 }
+	 	 	 if(windpowerstationName=="青山风电场"){
+	 	 	 	page[0].$vm.FDC="QS_FDC";
+	 	 	 }
+	 	 	 if(windpowerstationName=="香山风电场"){
+	 	 	 	page[0].$vm.FDC="XS_FDC";
+	 	 	 }
+	 		 page[0].target_comprehensive_indicators();
+			 page[0].target_windSpeed_power();
+			 page[0].index_windturbine_status();
+			 page[0].index_electricQuantity();
+			 page[0].index_target_basic_indicators();
+	
   //    uni.showModal({
 		// 		title: '提示',
 		// 		content: page,