chenjunkai 6 سال پیش
والد
کامیت
b6ddde2787
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Controller/FeedBack.py

+ 1 - 1
Controller/FeedBack.py

@@ -239,7 +239,7 @@ class FeedBackView(View):
                             fb['img_url'].append(img_url)
                             fb['FS__name'] = sm['name']
                     res.append(fb)
-                return response.json(0, {'datas':res,'count':count})
+                return response.json(0, {'datas': res, 'count': count})
             else:
                 return response.json(444, 'page,line')
         else: