{%- macro vip_info(user) %} {% set vip_url = url({'for':'home.vip.index'}) %} {% if user.vip == 1 %} 会员 {% else %} 会员 {% endif %} {%- endmacro %}