{% extends "./inc/appbase.html" %} {%block style%} {%endblock%} {% block content %}

{{controller.meta_title}}

  • 充值金额
  • 支付方式
  • {% for val in paylist %}
  • {{val.title}}
  • {% endfor %} {% if controller.setup.PREPAID == 0 %}
  • 预付款支付
  • {% endif %} {% if controller.setup.COD == 0 %}
  • 货到付款
  • {% endif %}
{% endblock%} {% block script %} {% endblock %}