From 26af6e27e6546c312eea33ec190c5ab41337e39f Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 22 Oct 2019 15:48:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=87=BA=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daily_report/templates/report.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/daily_report/templates/report.html b/daily_report/templates/report.html index 28bbe42..5872d78 100644 --- a/daily_report/templates/report.html +++ b/daily_report/templates/report.html @@ -9,6 +9,7 @@ 游戏内容 + all:{{data}} 游戏ID:{{data.get(gameid)}} 渠道ID:{{data.get('channelid')}} 日期:{{data.get(day)}} @@ -20,7 +21,7 @@ > - + 活跃 新增 分享 @@ -29,12 +30,17 @@ banner显示 插屏显示 导出率 + +> + {% for item in data.get('all') %} -{{ item }} + {{ item }} {% endfor %} + +>