数据库和支付页面

This commit is contained in:
jeremygan2021
2026-01-28 20:46:41 +08:00
parent b97c9f548d
commit 4c7f8126e8
9 changed files with 883 additions and 7 deletions

View File

@@ -490,6 +490,17 @@
<button onclick="searchUser()" id="search-btn">签到</button>
<div id="search-error" class="error-msg hidden"></div>
<div id="user-list" class="hidden" style="margin-top: 15px;"></div>
{% if config.enable_payment %}
<div style="margin-top: 25px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center;">
<p style="color: var(--text-muted); font-size: 0.9rem; margin-bottom: 15px;">尚未购票?</p>
<a href="/ticket" style="text-decoration: none;">
<button style="background: transparent; border: 1px solid var(--primary-color); color: var(--primary-color);">
购票报名 (¥{{ config.payment_amount }})
</button>
</a>
</div>
{% endif %}
</div>
<!-- Step 2: Fill Info -->