作者 lihan
1 个管道 的构建 通过 耗费 0 秒

赠送优惠券

@@ -7,8 +7,8 @@ @@ -7,8 +7,8 @@
7 </ul> 7 </ul>
8 8
9 <form class="well form-inline margin-top-20" method="post" action="{:url('Gift/index')}"> 9 <form class="well form-inline margin-top-20" method="post" action="{:url('Gift/index')}">
10 - 满:<input type="text" class="form-control" name="overflow" style="width: 200px;">   
11 - 减:<input type="text" class="form-control" name="reduce" style="width: 200px;"> 10 + 满: <input type="text" class="form-control" name="overflow" style="width: 200px;"> 
  11 + 减: <input type="text" class="form-control" name="reduce" style="width: 200px;">
12 <input type="submit" class="btn btn-primary" value="确定"/> 12 <input type="submit" class="btn btn-primary" value="确定"/>
13 </form> 13 </form>
14 </div> 14 </div>