{%- macro vip_info(user) %} {% set vip_url = '#' %} {% if user.vip == 1 %} 会员 {% else %} 会员 {% endif %} {%- endmacro %}