【代码评审】门店自提:相关代码的优化、以及 todo 评审

This commit is contained in:
YunaiV
2024-08-07 22:09:15 +08:00
parent 965b97dae7
commit c7ea2f97ac
5 changed files with 10 additions and 18 deletions
+1 -6
View File
@@ -124,12 +124,7 @@
}
sheep.$router.go('/pages/order/confirm', {
data: JSON.stringify({
// order_type: 'goods',
// goods_list,
items,
// from: 'cart',
deliveryType: 1,
pointStatus: false,
items
}),
});
}