全部显示物流

This commit is contained in:
2020-08-21 10:18:10 +08:00
parent 3d2e0a9525
commit fc44bb5fd6
7 changed files with 15 additions and 27 deletions

View File

@@ -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 }) {