Procházet zdrojové kódy

诱捕器折线图

yf_ymm před 5 roky
rodič
revize
5f284a64e8
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      apps/Equipment/views.py

+ 2 - 0
apps/Equipment/views.py

@@ -1371,6 +1371,7 @@ class Sightsee_Pub(ListView):
         content = request.POST.get('content')
         # 简介
         desc = request.POST.get('desc')
+        guide_img = request.POST.get('guide_img')
         try:
             Sightsee_Info.objects.create(
                 name=name,
@@ -1381,6 +1382,7 @@ class Sightsee_Pub(ListView):
                 sightsee_img=sightsee_img,
                 sightsee_tel=sightsee_tel,
                 addr=addr,
+                guide_img=guide_img,
                 content=content,
                 desc=desc)
             data = "1"