修改抖音兑换完成之后跳转的页面

This commit is contained in:
wangxiaowei
2026-01-06 18:09:57 +08:00
parent 504f2f3500
commit 539114816b

View File

@ -162,7 +162,7 @@
}).then((res) => { }).then((res) => {
// 点击确认按钮回调事件 // 点击确认按钮回调事件
if (res.action === 'confirm') { if (res.action === 'confirm') {
router.redirectTo(`/bundle/order/douyin/order-list`) router.navigateBack()
} }
}).catch(() => { }).catch(() => {
// 点击取消按钮回调事件 // 点击取消按钮回调事件