liyongli 1 éve
szülő
commit
02cc45d9a6

+ 1 - 1
src/pages/CommonBigScreen/components/SelfPlatform.jsx

@@ -93,7 +93,7 @@ function Usertrend(prop) {
         chart.tooltip(false);
         chart.line().shape('smooth').color('#3ae8ef').position('Data*sales').label('sales', val => {
             return {
-                content: utils.formatNum(val, 0) + '次',
+                content: utils.formatNum(val, 1) + '次',
                 offsetX: 20,
                 style: {
                     fill: "#ffffff",

+ 1 - 1
src/pages/bigScreen/components/SelfPlatform.jsx

@@ -93,7 +93,7 @@ function Usertrend(prop) {
         chart.tooltip(false);
         chart.line().shape('smooth').color('#3ae8ef').position('Data*sales').label('sales', val => {
             return {
-                content: utils.formatNum(val, 0) + '次',
+                content: utils.formatNum(val, 1) + '次',
                 offsetX: 20,
                 style: {
                     fill: "#ffffff",