Browse Source

页面调整

shuhao 4 months ago
parent
commit
5b13aff5e9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/api/modules/mini_farm.js

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

@@ -308,11 +308,11 @@ module.exports = {
         url: config.base_dev_url + "land_check/weather_warning_land_check?key="+config.mini_key,
         type: "post",
         mockCondition: (p)=>{
-            return p.farmId === "90888";
+            return p.farmId === "90888" || p.farmId === "92938";
         },mockFun:function(p){
             return new Promise((resolve, reject) => {
                 //柏桥
-                if(p.farmId === "90888"){
+                if(p.farmId === "90888" || p.farmId === "92938"){
                     resolve({
                         "code": 0,
                         "msg": "success",