添加订单反馈成功跳转
parent
2ee6989acb
commit
99ada0484f
|
@ -436,7 +436,9 @@ export default {
|
||||||
},
|
},
|
||||||
{ indices: false }
|
{ indices: false }
|
||||||
)
|
)
|
||||||
);
|
).then(uoRes => {
|
||||||
|
if (uoRes.code == 200 && uoRes.success) window.location.href = DAICHULI_URL;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue