Commit 3517cc49 by maolipeng

Merge branch 'feature/zhujian/0726/qwLiving' into dev

parents 49c5d2b4 8ab20a4c
......@@ -268,6 +268,9 @@ function CreateWorkWXCourse() {
pathname: `/live-course`,
});
}
})
.catch((err)=> {
setEnableSubmit(true)
});
} else {
if (endTime !== 0) {
......@@ -290,6 +293,9 @@ function CreateWorkWXCourse() {
pathname: `/live-course`,
});
}
})
.catch((err)=> {
setEnableSubmit(true)
});
}
};
......
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