chenjunkai %!s(int64=6) %!d(string=hai) anos
pai
achega
ed8bba76f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Controller/MealManage.py

+ 1 - 1
Controller/MealManage.py

@@ -248,7 +248,7 @@ class MealView(View):
                 if q['bucket__area'] not in res:
                     res[q['bucket__area']] = []
                 res[q['bucket__area']].append(q)
-            res['cloudpng'] = 'https://www.dvema.com/web/images/cloud_banner.png'
+            # res['cloudpng'] = 'https://www.dvema.com/web/images/cloud_banner.png'
             return response.json(0,res)
         else:
             return response.json(0, [])