fix: problem click zan block

This commit is contained in:
Baoshuo Ren 2022-09-27 16:48:17 +08:00
parent 315626200c
commit beaa45160b
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -448,6 +448,9 @@ $('#contest-countdown').countdown(<?= $contest['end_time']->getTimestamp() - UOJ
</a>
</li>
</ul>
<div class="card-footer bg-transparent">
评价:<?= getClickZanBlock('P', $problem['id'], $problem['zan']) ?>
</div>
</div>
<?php