From b6c337de5d32812de8db8a5ff0c1e0401f1447cc Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 24 Oct 2022 16:05:32 +0800
Subject: [PATCH] 修改首页销售趋势样式;经营概况、农资出入库记录页面显示3条

---
 src/utils/CustomloadingImg.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/CustomloadingImg.js b/src/utils/CustomloadingImg.js
index 31b51b0..7a04021 100644
--- a/src/utils/CustomloadingImg.js
+++ b/src/utils/CustomloadingImg.js
@@ -1,7 +1,7 @@
 import defaultValue from './defaultValue.js'
 
 class CustomloadingImg {
-    constructor(options) {
+    constructor (options) {
         this._errorEvent = new global.DC.Namespace.Cesium.Event()
         this._tileWidth = 256
         this._tileHeight = 256

--
Gitblit v1.9.3