{{name}}的神秘商店
“使用 '购买道具 [道具ID/道具名称]' 购买道具”
{% for data in data_list %}
{{data.partition}}
{% for goods in data['goods_list'] %}
{{goods.id}}
{% if goods.limit_time is not none %}
限时: {{goods.limit_time}}
{% if goods.icon is not none %} {% else %}
{% endif %}
{% else %}
{% if goods.icon is not none %} {% else %}
{% endif %}
{% endif %}
{{goods.name}}
{{goods.description}}
{% if goods.discount_price is none %}
{{goods.price}}金币 立即购买 限购: {{goods.daily_limit}}
{% else %}

{{goods.price}}金币

{{goods.discount_price}}金币

立即购买 限购: {{goods.daily_limit}}
{% endif %}
{% endfor %}
{% endfor %}
Create By ZhenXun