添加订单反馈成功跳转

tykong-cidian
duxiaoning 2023-12-13 10:02:59 +08:00
parent 2ee6989acb
commit 99ada0484f
1 changed files with 3 additions and 1 deletions

View File

@ -436,7 +436,9 @@ export default {
},
{ indices: false }
)
);
).then(uoRes => {
if (uoRes.code == 200 && uoRes.success) window.location.href = DAICHULI_URL;
});
}
});
} else {