|
@@ -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:
|