!106 【功能优化】确认收货添加提示确认,提交售后信息后直接返回到订单详情

Merge pull request !106 from Lcp/pr
This commit is contained in:
芋道源码
2024-10-01 09:33:30 +00:00
committed by Gitee
3 changed files with 37 additions and 14 deletions
+1 -1
View File
@@ -171,7 +171,7 @@
uni.showToast({
title: '申请成功',
});
sheep.$router.go('/pages/order/aftersale/list');
sheep.$router.redirect('/pages/order/aftersale/list');
}
}