order number 8.19
This commit is contained in:
@@ -242,6 +242,10 @@ export default {
|
||||
if(type > 0) Object.assign(params, {type: type});
|
||||
return vm.$u.post('Order/orderList', params);
|
||||
},
|
||||
// 各种订单数量
|
||||
getOrderNumber() {
|
||||
return vm.$u.post('order/orderNumber');
|
||||
},
|
||||
// 售后列表
|
||||
// getAfterSaleList({ page }) {
|
||||
// return vm.$u.post('order/afterSaleList', { page: page });
|
||||
|
||||
Reference in New Issue
Block a user