소스 검색

修改3D冒号

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

+ 2 - 2
investment/js/investHome.js

@@ -1607,7 +1607,7 @@ let app = new Vue({
           this.percentage = Math.round(this.percentage)
           // e.options.backgroundColor = 'rgba(0,0,0,0.5)'
           // e.options.style.color = '#fff'
-          return `${this.key}:<b>${this.percentage}%</b><br/>金额:<b>${this.y}</b>亿`
+          return `${this.key}<b>${this.percentage}%</b><br/>金额:<b>${this.y}</b>亿`
         },
         //pointFormat: 
       },
@@ -2211,7 +2211,7 @@ let app = new Vue({
           //console.log(this)
           let num = chartData[this.colorIndex].x
           this.percentage = Math.round(this.percentage)
-          return `${this.key}:<b>${this.percentage}%</b><br/>投资完成额:<b>${this.y}</b>亿<br/>投资数量:<b>${num}个</b>`
+          return `${this.key}<b>${this.percentage}%</b><br/>投资完成额:<b>${this.y}</b>亿<br/>投资数量:<b>${num}个</b>`
         },
         //pointFormat: 
       },