产品中心

{% categoryList productCategories with moduleId="2" parentId="0" %} {% for item in productCategories %}
    {% if item.HasChildren %} {% categoryList subCategories with moduleId="1" parentId=item.Id %} {% for inner in subCategories %}
  • {{inner.Title}}
  • {% endfor %} {% endcategoryList %} {% else %} {% archiveList products with type="list" categoryId=item.Id limit="8" %} {% for inner in products %}
  • {{inner.Title}}
  • {% endfor %} {% endarchiveList %} {% endif %}
{% endfor %} {% endcategoryList %}

推荐产品

    {% archiveList products with type="list" moduleId="2" categoryId=0 limit="4" %} {% for item in products %}
  • {{item.Title}}

    {{item.Title}}

  • {% endfor %} {% endarchiveList %}

热门文章

    {% archiveList articles with type="list" moduleId="1" categoryId=0 limit="8" %} {% for item in articles %}
  • {{item.Title}}
  • {% endfor %} {% endarchiveList %}

联系我们

公司:{% system with name="SiteName" %}

联系人:{% contact with name="UserName" %}

电话:{% contact with name="Cellphone" %}

微信:{% contact with name="Wechat" %}

邮箱:{% contact with name="Email" %}

地址:{% contact with name="Address" %}