购物车提交

  • 编辑购物车模板,完成表单提交
<form method="post" action="/order/list/">

...

<input type="checkbox" checked="checked" name="cid" value="{{ cart.id }}">

...

<input type="submit" value="去结算">