baimeng %!s(int64=9) %!d(string=hai) anos
pai
achega
913dde874e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      wl/www/templates/my/order.html

+ 2 - 2
wl/www/templates/my/order.html

xqd
@@ -15,10 +15,10 @@
                 <div style="float:right;margin-top:15px">
                     <span >合计:<b style="color:orangered">¥{{item.message.data.price}}</b></span>
                     <div style="margin-top:10px">
-                        <button class="button button-stable" style="color:orangered;margin-right:10px;font-weight:bold" ng-click="pay(item,,$event)">
+                        <button class="button button-stable" style="color:orangered;margin-right:10px;font-weight:bold" ng-click="pay(item,$event)">
                             去支付
                         </button>
-                        <button class="button button-stable" ng-click="delete(item,,$event)">
+                        <button class="button button-stable" ng-click="delete(item,$event)">
                             删除订单
                         </button>
                     </div>