diff --git a/templates/index.html b/templates/index.html index 0253d6d..3209a1e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -34,21 +34,15 @@ - {% for i in data %} + {% for i in data[::-1] %} {{ i.created_at | datetime }} {{ i.left_ele }} {{ i.left_money }} {% endfor %} - - -
- 返回首页 -
-