浏览代码

页面调整

shuhao 8 月之前
父节点
当前提交
3e21700f1c
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      src/api/modules/farm.js
  2. 1 1
      src/api/modules/mini_farm.js

+ 2 - 2
src/api/modules/farm.js

@@ -156,7 +156,7 @@ module.exports = {
                         "data": [
                             {
                                 "production_info": {
-                                    "production": 1844,
+                                    "production": 1244,
                                     "cihua_ratio": 25,
                                     "quality": 96.47
                                 },
@@ -167,7 +167,7 @@ module.exports = {
                                         "statement": "近期农事复核良好",
                                         "key": "农事"
                                     },
-                                    "avg_branch_num": 106,
+                                    "avg_branch_num": 81,
                                     "avg_crown": 13.4,
                                     "phenology_info": {
                                         "statement": "近期无异常",

+ 1 - 1
src/api/modules/mini_farm.js

@@ -404,7 +404,7 @@ module.exports = {
                                     "statement": "近期农事复核良好",
                                     "key": "农事"
                                 },
-                                "branch_num": Math.floor(Math.random() * (150 - 100 + 1)) + 100,
+                                "branch_num": Math.floor(Math.random() * (90 - 70 + 1)) + 70,
                                 "type_id": "苹果",
                                 "grow_alert_info": {
                                     "statement": "近期无异常",