Parcourir la source

修改数值问题

zhbyyy il y a 1 an
Parent
commit
630e5ac8c3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      investment/js/investHome2.js

+ 1 - 1
investment/js/investHome2.js

@@ -764,7 +764,7 @@ let app = new Vue({
     },
     initChartL2b () {
       let myChart = echarts.init(this.$refs['echartL2b'])
-      var value = 0.07;
+      var value = 0.0749;
       var data = [value];
       let option = {
         backgroundColor: 'transparent',