@@ -351,7 +351,7 @@ export default defineComponent({
};
const handleOpenPlay = async (item: any) => {
const isUpdate = await checkCoursewareUpdate();
- if (!isUpdate) {
+ if (isUpdate) {
reloadStatus.value = true;
return;
}