Browse Source

修改数值问题

zhbyyy 1 year ago
parent
commit
630e5ac8c3
1 changed files with 1 additions and 1 deletions
  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',