Authored by 毕凯

去除订单确认页面留言

... ... @@ -159,12 +159,7 @@
</a>
</li>
{{/if}}
</ul>
<form id="msg" action="" method="post">
<input type="text" name="msg" value="{{msg}}" maxlength="40" placeholder="留言">
</form>
<ul class="sale-invoice">
<li class="no-print-price">
<span class="title">不打印价格</span>
<span class="desc">送朋友可不打印价格哦</span>
... ... @@ -173,6 +168,10 @@
</span>
</li>
</ul>
{{!-- <form id="msg" action="" method="post">
<input type="text" name="msg" value="{{msg}}" maxlength="40" placeholder="留言">
</form> --}}
</section>
<section class="price-cal block">
<ul class="total">
... ...
... ... @@ -164,12 +164,7 @@
</a>
</li>
{{/if}}
</ul>
<form id="msg" action="" method="post">
<input type="text" name="msg" value="{{msg}}" maxlength="40" placeholder="留言">
</form>
<ul class="sale-invoice">
<li class="no-print-price">
<span class="title">不打印价格</span>
<span class="desc">送朋友可不打印价格哦</span>
... ... @@ -178,6 +173,10 @@
</span>
</li>
</ul>
{{!-- <form id="msg" action="" method="post">
<input type="text" name="msg" value="{{msg}}" maxlength="40" placeholder="留言">
</form> --}}
</section>
<section class="price-cal block">
<ul class="total">
... ...
... ... @@ -528,6 +528,10 @@
.no-can-use {
color: #999;
}
&:last-child {
border-bottom: 0;
}
}
.title {
... ...