From 6d48c05f3215905fffbd86784fe8cd225b63f9af Mon Sep 17 00:00:00 2001 From: jianbo <263303411@qq.com> Date: Wed, 21 Aug 2019 11:30:07 +0800 Subject: [PATCH] =?UTF-8?q?python=E5=AD=A6=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 92 ++++++++++++++++++++----------------- mina | 2 +- web/controllers/api/Food.py | 2 +- 3 files changed, 53 insertions(+), 43 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b1c8929..0f849dd 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,10 @@ - + + + + @@ -596,7 +599,14 @@ \ No newline at end of file diff --git a/mina b/mina index 0546c99..1853724 160000 --- a/mina +++ b/mina @@ -1 +1 @@ -Subproject commit 0546c9948219bb58b2d55863193ee68b3f08e33d +Subproject commit 18537249d594373edaf318014a7dc71fc5f32bba diff --git a/web/controllers/api/Food.py b/web/controllers/api/Food.py index 5506d97..948f050 100644 --- a/web/controllers/api/Food.py +++ b/web/controllers/api/Food.py @@ -38,7 +38,7 @@ def foodIndex(): tmp_data = { 'id':item.id, # 'pic_url':UrlManager.buildImageUrl( item.main_image ) - 'pic_url': '106.52.204.179:8999'+item.main_image + 'pic_url': '106.52.204.179:8999/'+item.main_image } data_food_list.append( tmp_data )