| 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>
|