Ver código fonte

修改气泡图前

zhbyyy 2 anos atrás
pai
commit
cd3ec79efa
1 arquivos alterados com 15 adições e 15 exclusões
  1. 15 15
      investmentPort/js/investHomeGroup.js

+ 15 - 15
investmentPort/js/investHomeGroup.js

@@ -1311,7 +1311,6 @@ let app = new Vue({
     },
     // 中间穿透二级
     centerPenetrateTwo (type, param, orgNum, portType, proName) {
-      console.log(param, '????????')
       this.boardType = 'center'
       let that = this
       return new Promise((resolve, err) => {
@@ -1559,6 +1558,7 @@ let app = new Vue({
         }
       });
     },
+    // 投中/投后黄圈轮播方法
     yellowMouse (index) {
       if (index % 2 == 0) {
         this.yellowCount = index
@@ -1575,7 +1575,7 @@ let app = new Vue({
         this.initChinaChart()
       });
     },
-    // 找公司编码
+    // 找企业编码
     findCode (code) {
       let a = this.commonCompanyAll.find((item, index) => {
         return item.simplename == code
@@ -5144,19 +5144,19 @@ let app = new Vue({
       // }, 12000);
 
     },
-    convertData (data) {
-      var res = []
-      for (var i = 0; i < data.length; i++) {
-        var geoCoord = this.geoCoordMap[data[i].name]
-        if (geoCoord) {
-          res.push({
-            name: data[i].name,
-            value: geoCoord.concat(data[i].value),
-          })
-        }
-      }
-      return res
-    },
+    // convertData (data) {
+    //   var res = []
+    //   for (var i = 0; i < data.length; i++) {
+    //     var geoCoord = this.geoCoordMap[data[i].name]
+    //     if (geoCoord) {
+    //       res.push({
+    //         name: data[i].name,
+    //         value: geoCoord.concat(data[i].value),
+    //       })
+    //     }
+    //   }
+    //   return res
+    // },
     yuanChange (value) {
       return Number((value / 100000000).toFixed(2))
     },