|
@@ -98,8 +98,9 @@
|
|
|
var orderStatus = {
|
|
|
1: '<button type="button" class="my-order-btn order_operate pay_order" fixedStatus="pay" orderId>立即支付</button><button type="button" class="my-btn-black my-btn order_operate order_desc" fixedStatus="desc" orderId>订单详情</button>',
|
|
|
3: '<button type="button" class="my-order-btn order_operate cancel_apply_refund" fixedStatus="3" orderId>取消申请</button>', //退款申请中
|
|
|
- 7: '<button type="button" class="my-order-btn order_operate cancel_product_return" fixedStatus="1" orderId>取消退货</button>', //退货中
|
|
|
- 11: '<button type="button" class="my-order-btn order_operate cancel_apply_exchange" fixedStatus="1" orderId>取消申请</button>' //申请换货中
|
|
|
+ 6: '<button type="button" class="my-order-btn order_operate cancel_product_return" fixedStatus="5" orderId>取消退货</button>', //申请退货中
|
|
|
+ 7: '<button type="button" class="my-order-btn order_operate cancel_product_return" fixedStatus="6" orderId>取消退货</button>', //退货中
|
|
|
+ 11: '<button type="button" class="my-order-btn order_operate cancel_apply_exchange" fixedStatus="8" orderId>取消申请</button>' //申请换货中
|
|
|
};
|
|
|
|
|
|
mui.init({
|