厨房:解决下厨不成功后,无法再次下单问题

This commit is contained in:
Dragon
2023-02-23 11:33:00 +08:00
committed by qf
parent 9398b10240
commit 54dc906e35

View File

@@ -649,15 +649,18 @@ const sendUserDrawInfo = (itemId, num, tais) => {
})
hideLoading(layerIndex)
} else if (31005) {
lock = !lock
toastMsg(res.message)
hideLoading(layerIndex)
}
else {
lock = !lock
toastMsg(res.message)
hideLoading(layerIndex)
}
},
error (err) {
lock = !lock
toastMsg('網絡錯誤,請退出重進')
hideLoading(layerIndex)
}