mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow.git
synced 2025-09-07 04:36:25 +00:00
🐛v0.2.3.1,考虑id_bind为2的情况(???),添加可退票提示
This commit is contained in:
@ -39,8 +39,10 @@
|
||||
{% endmacro %}
|
||||
{% if show.is_refund == 0 %}
|
||||
{{ icon('no') }} 不可退
|
||||
{% else %}
|
||||
{{ icon('yes') }} 支持退
|
||||
{% endif %}
|
||||
{% if show.id_bind == 1 %}
|
||||
{% if show.id_bind >= 1 %}
|
||||
{{ icon('yes') }} 实名制
|
||||
{% endif %}
|
||||
{% if show.has_eticket %}
|
||||
|
Reference in New Issue
Block a user