fix: 修复签到成功图片不对的问题
This commit is contained in:
@@ -53,8 +53,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 签到表单 -->
|
||||
{% if is_finish_know == 0 and is_check == 0 %}
|
||||
<form method="POST" action="/sign/{{ know_id }}/complete" enctype="multipart/form-data"
|
||||
class="space-y-4 border rounded-lg p-4 bg-zinc-50">
|
||||
|
||||
@@ -109,7 +107,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 图片上传 -->
|
||||
{% if is_picture == 1 %}
|
||||
{% if is_picture == 0 %}
|
||||
<div>
|
||||
<label class="block text-sm font-medium text-zinc-700 mb-1">
|
||||
上传图片(可多张)
|
||||
@@ -123,7 +121,6 @@
|
||||
完成签到
|
||||
</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user