소스 검색

修改数据

unknown 1 년 전
부모
커밋
97b42d93b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      investment/js/investHome2.js

+ 1 - 1
investment/js/investHome2.js

@@ -3644,7 +3644,7 @@ let app = new Vue({
                   },
                   formatter: function(e){
                       //console.log(this)
-                      let num = chartData[this.colorIndex].x
+                      let num = chartData[this.colorIndex].num
                       this.percentage = this.percentage.toFixed(2) //Math.round(this.percentage)
                       return `${this.key}:<b>${this.percentage}%</b><br/><b>${this.y}</b>亿,<b>${num}个</b>`
                   },