@@ -72,7 +72,7 @@ function A0goodsInfo() {
// 创建订单
const res = await B4_APIcreate(goodsInfo)
if (res.code === 0) {
- history.push(`/delete_look/1/${res.data.id}`)
+ history.push(`/delete_look/3/${res.data.id}`)
}
})