|
@@ -8,7 +8,7 @@
|
|
|
<view class="tips" v-if="shareCode">分享码:{{shareCode}}</view>
|
|
|
分享订单
|
|
|
</view>
|
|
|
- <view class="btn btn-confirm" v-if="btnState.isConfirmation" @click.stop="btnConfirm('confirmation',order)">确认订单</view>
|
|
|
+ <view class="btn btn-pay" v-if="btnState.isConfirmation" @click.stop="btnConfirm('confirmation',order)">确认订单</view>
|
|
|
<view class="btn btn-cancel" v-if="btnState.isCancel" @click.stop="btnConfirm('cancel',order)">取消订单</view>
|
|
|
<view class="btn btn-delete" v-if="btnState.isDelete" @click.stop="btnConfirm('delete',order)">删除订单</view>
|
|
|
<view class="btn btn-query" v-if="btnState.isQuery" @click.stop="btnConfirm('query',order)">查看物流</view>
|
|
@@ -189,19 +189,6 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .btn-cancel{
|
|
|
- // background:#FFFFFF;
|
|
|
- // color: #999999;
|
|
|
- // float: left;
|
|
|
- // margin: 22rpx 0;
|
|
|
- // text-align: left;
|
|
|
- }
|
|
|
- // .btn-delete{
|
|
|
- // background:linear-gradient(315deg,rgba(255,163,3,1) 0%,rgba(255,53,1,1) 100%);
|
|
|
- // }
|
|
|
- // .btn-query{
|
|
|
- // background:linear-gradient(135deg,rgba(255,212,129,1) 0%,rgba(198,129,0,1) 100%);
|
|
|
- // }
|
|
|
.btn-confirm{
|
|
|
background:#ff7a51;
|
|
|
border-color:#ff7a51;
|