fix: 批量购买bug修复

This commit is contained in:
2025-06-07 14:43:53 +08:00
parent 3a8df97d6c
commit 3a29ed37e1
3 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@
{notempty name="interested"}
{volist name="interested" id="it"}
<label class="cit">
<input name="interested" type="checkbox" value="{$it}" class="sfbcheckboxit" />{$it}
<input name="interested[]" type="checkbox" value="{$it}" class="sfbcheckboxit" />{$it}
</label>
{/volist}
{/notempty}