Browse Source

fix:banner_meal_name

chenjunkai 6 years ago
parent
commit
90247744db
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Controller/MealManage.py

+ 2 - 2
Controller/MealManage.py

@@ -239,8 +239,8 @@ class MealView(View):
                 res_c = {'area': area, 'items': list(items)}
                 res.append(res_c)
             result = {'meals': res, 'extra': {
-                'cloud_banner': 'https://www.dvema.com/web/images/cloud_baner.png',
-                'cloud_en_baner':'https://www.dvema.com/web/images/cloud_en_baner.png'
+                'cloud_banner': 'https://www.dvema.com/web/images/cloud_cn_banner.png',
+                'cloud_en_baner':'https://www.dvema.com/web/images/cloud_en_banner.png'
             }}
             return response.json(0, result)
         else: