diff --git a/ft-app/app/templates/contract.html b/ft-app/app/templates/contract.html index eebece6..caab55d 100644 --- a/ft-app/app/templates/contract.html +++ b/ft-app/app/templates/contract.html @@ -4,25 +4,6 @@ {% block breadcrumb %}行情数据 / {{ contract }}{% endblock %} {% block content %} -{% if latest %} -
-
-
最新收盘
-
{{ latest.close|int }}
-
日期 {{ latest.date }}
-
-
-
次日预测振幅
-
{{ next_amp if next_amp else '—' }}
-
近5日均波幅
-
-
-
最新波幅
-
{{ latest.diff|int }} 点
-
{{ latest.date }}
-
-
-{% endif %}
日线数据