{%include 'inc/header.html'%}
{%include 'inc/menu.html'%}
{% for v in data['focus'] %}
{% end %}
{% if data['function'] %}
产品功能
{%set i=1 %} {% for v in data['function'] %}
{{v['name']}}
{%set i=i+1 %} {% end %}
{% end %}
微信管理
{% raw data['setting']['web']['wx_text'] %}
查看详细操作说明
{% if data['demo'] %}
客户案例
{% for v in data['demo'] %}
{{v['name']}}
{% end %}
{% end %}
{%include 'inc/footer.html'%} {%include 'inc/script.html'%}