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