添加导出率

This commit is contained in:
pengtao 2019-10-22 15:48:39 +08:00
parent e88008cb79
commit 26af6e27e6

View File

@ -9,6 +9,7 @@
<strong>
<span style="font-size:18px;">游戏内容</span>
</strong>
<span style="font-size:18px;">all{{data}}</span>
<span style="font-size:18px;">游戏ID{{data.get(gameid)}}</span>
<span style="font-size:18px;">渠道ID{{data.get('channelid')}}</span>
<span style="font-size:18px;">日期:{{data.get(day)}}</span>
@ -20,7 +21,7 @@
</strong></h3>>
<!-- activa, new, share, timeonlie, ad_101, ad_1, ad_201-->
<tr border="1">
<tr>
<thead>
<th>活跃</th>
<th>新增</th>
<th>分享</th>
@ -29,12 +30,17 @@
<th>banner显示</th>
<th>插屏显示</th>
<th>导出率</th>
</thead>
</tr>
>
<tbody>
{% for item in data.get('all') %}
<tr>
<th>{{ item }}</th>
<td>{{ item }}</td>
{% endfor %}
</tr>
</tbody>
>
</table>