fix: 批量购买bug修复

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

View File

@@ -49,7 +49,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}

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}