| xqd
@@ -129,7 +129,7 @@
|
|
|
<div>
|
|
|
<div class="col-xs-0 col-lg-2"></div>
|
|
|
<div class="col-xs-12 col-lg-8" style="margin: 0 auto;border-left:1px solid #ccc;border-right:1px solid #ccc;margin-top: 10px;">
|
|
|
- <form id="form1" class="bs-example bs-example-form" role="form" action="" method="post" enctype="multipart/form-data">
|
|
|
+ <form id="form1" role="form" action="" method="post" enctype="multipart/form-data">
|
|
|
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
|
|
<input type="hidden" name="id" value="{{ $id }}">
|
|
|
<input type="hidden" id="total_price" name="total_price" value=""/>
|
| xqd
@@ -153,7 +153,7 @@
|
|
|
<div class="col-xs-3 col-lg-8"></div>
|
|
|
<div class="col-xs-9 col-lg-4">
|
|
|
<text style="color:#f04;">总计:¥<span id="zongjia"></span>元</text>
|
|
|
- <button style="margin-left: 20px;margin-bottom: 20px;" type="button" class="btn btn-default" onclick="submit()">提交</button>
|
|
|
+ <input style="margin-left: 20px;margin-bottom: 20px;" type="button" class="btn btn-default" value="提交" onclick="submit()"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="foot">
|