Browse Source

页面调整

shuhao 8 months ago
parent
commit
90eaae98f1
3 changed files with 8 additions and 8 deletions
  1. 4 4
      src/api/modules/farm.js
  2. 2 2
      src/api/modules/home.js
  3. 2 2
      src/api/modules/mini_farm.js

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

@@ -170,11 +170,11 @@ module.exports = {
                                     "avg_branch_num": 106,
                                     "avg_crown": 13.4,
                                     "phenology_info": {
-                                        "statement": "2025年03月01日,进入扬花期",
+                                        "statement": "近期无异常",
                                         "key": "物候"
                                     },
                                     "grow_alert_info": {
-                                        "statement": "2025年03月01日,发现花带叶预警2级",
+                                        "statement": "近期无异常",
                                         "key": "异常"
                                     },
                                     "dp_alert_info": {
@@ -204,11 +204,11 @@ module.exports = {
                                     "avg_branch_num": 346,
                                     "avg_crown": 43.4,
                                     "phenology_info": {
-                                        "statement": "2025年03月01日,进入扬花期",
+                                        "statement": "近期无异常",
                                         "key": "物候"
                                     },
                                     "grow_alert_info": {
-                                        "statement": "2025年03月01日,发现花带叶预警2级",
+                                        "statement": "近期无异常",
                                         "key": "异常"
                                     },
                                     "dp_alert_info": {

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

@@ -679,11 +679,11 @@ module.exports = {
                   "list2": [
                     {
                       "key": "啃食性虫害",
-                      "val": "生产树中,1%的树体感染了啃食性虫害,其中100%的树体感染等级为2级以上,近期需密切关注啃食性虫害情况,做好预防工作。"
+                      "val": "生产树中,0%的树体感染了啃食性虫害,近期需密切关注啃食性虫害情况,做好预防工作。"
                     },
                     {
                       "key": "刺吸式虫害",
-                      "val": "生产树中,3%的树体感染了刺吸式虫害,其中25%的树体感染等级为2级以上,可能有进一步蔓延风险,进而影响产量,需及时执行农事,避免刺吸式虫害扩散。"
+                      "val": "生产树中,0%的树体感染了刺吸式虫害,近期需密切关注啃食性虫害情况,做好预防工作。"
                     }
                   ],
                   "list3": [],

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

@@ -407,11 +407,11 @@ module.exports = {
                                 "branch_num": Math.floor(Math.random() * (150 - 100 + 1)) + 100,
                                 "type_id": "苹果",
                                 "grow_alert_info": {
-                                    "statement": "2025年02月22日,发现花量大异常2级",
+                                    "statement": "近期无异常",
                                     "key": "异常"
                                 },
                                 "dp_alert_info": {
-                                    "statement": "2025年02月15日,发现毛毡病异常1级",
+                                    "statement": "近期无异常",
                                     "key": "病虫"
                                 },
                                 "age": "--",