订单物流:接入完成

This commit is contained in:
YunaiV
2023-12-14 23:22:35 +08:00
parent 3497261f26
commit 06b4e6b01e
6 changed files with 51 additions and 195 deletions
+4 -4
View File
@@ -228,10 +228,10 @@
}
// #endif
// 查看物流 TODO 芋艿:待测试
async function onExpress(orderId) {
sheep.$router.go('/pages/order/express/list', {
orderId,
// 查看物流
async function onExpress(id) {
sheep.$router.go('/pages/order/express/log', {
id,
});
}