Authored by 毕凯

修改模板多余的 #

@@ -171,7 +171,7 @@ @@ -171,7 +171,7 @@
171 </section> 171 </section>
172 <div class="bill"> 172 <div class="bill">
173 您需要支付:<span>¥{{price}}</span> 173 您需要支付:<span>¥{{price}}</span>
174 - <a href="#">提交订单</a> 174 + <a href="javascript:;">提交订单</a>
175 </div> 175 </div>
176 {{/ orderEnsure}} 176 {{/ orderEnsure}}
177 </div> 177 </div>