Commit 051c5690 by linjinhong

fix:虚拟箱不可点击

parent e9cfd2d5
......@@ -864,6 +864,7 @@ const nextStep = async (callback: () => void) => {
}
const handleBoxClick = (item: PodMakeOrderData) => {
const { box, data } = item
if (box == 0) return
isBillLading.value = !data?.filePath
nextStep(() => {
if (!data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment