Forráskód Böngészése

增加弹窗内小球保留两位小数

zhbyyy 1 éve
szülő
commit
92c86f9549
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      investment/js/investHome2.js

+ 3 - 0
investment/js/investHome2.js

@@ -815,6 +815,9 @@ let app = new Vue({
             },
             label: {
               normal: {
+                formatter: function (data) {
+                  return (data.value * 100).toFixed(2) +'%'
+                },
                 textStyle: {
                   fontSize: 30,
                   color: '#fff',