厨房:解决下厨不成功后,无法再次下单问题
This commit is contained in:
@@ -649,15 +649,18 @@ const sendUserDrawInfo = (itemId, num, tais) => {
|
|||||||
})
|
})
|
||||||
hideLoading(layerIndex)
|
hideLoading(layerIndex)
|
||||||
} else if (31005) {
|
} else if (31005) {
|
||||||
|
lock = !lock
|
||||||
toastMsg(res.message)
|
toastMsg(res.message)
|
||||||
hideLoading(layerIndex)
|
hideLoading(layerIndex)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
lock = !lock
|
||||||
toastMsg(res.message)
|
toastMsg(res.message)
|
||||||
hideLoading(layerIndex)
|
hideLoading(layerIndex)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
error (err) {
|
error (err) {
|
||||||
|
lock = !lock
|
||||||
toastMsg('網絡錯誤,請退出重進')
|
toastMsg('網絡錯誤,請退出重進')
|
||||||
hideLoading(layerIndex)
|
hideLoading(layerIndex)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user