【功能优化】提交售后信息后直接返回到订单详情

This commit is contained in:
Lcp
2024-09-29 16:43:55 +08:00
parent 2e572639b0
commit 518c898882
2 changed files with 8 additions and 3 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');
}
}