全部显示物流
This commit is contained in:
@@ -251,8 +251,8 @@ export default {
|
||||
// return vm.$u.post('order/afterSaleList', { page: page });
|
||||
// },
|
||||
// 试穿列表
|
||||
goodsTryOrderList() {
|
||||
return vm.$u.post('order/goodsTryOrderList');
|
||||
goodsTryOrderList({ page }) {
|
||||
return vm.$u.post('order/goodsTryOrderList', { page });
|
||||
},
|
||||
// 试穿订单确认完成
|
||||
goodsTryConfirm({ id }) {
|
||||
|
||||
Reference in New Issue
Block a user