chenjunkai 6 years ago
parent
commit
ed8bba76f9
1 changed files with 1 additions and 1 deletions
  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, [])