unknown 1 gadu atpakaļ
vecāks
revīzija
7d2885c75f
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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: 
       },