Sfoglia il codice sorgente

地图设置修改

Your Name 5 anni fa
parent
commit
a57cc0b700
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      apps/Equipment/views.py

+ 1 - 1
apps/Equipment/views.py

@@ -2620,7 +2620,7 @@ class CropCount_View(ListView):
                     h2 = {"cropname":x.cropname,
                         "area":x.area.name,
                         "crop_count":x.crop_count,
-                        "img":x.area.img,
+                        "img":x.area.farm_img,
                         "time":data,
                         "id":x.id,
                         "upl_time":x.upl_time.strftime('%Y-%m-%d')