소스 검색

增加图片

chenjunkai 6 년 전
부모
커밋
378194a750
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Controller/MealManage.py

+ 1 - 0
Controller/MealManage.py

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