diff --git a/public/react/src/modules/courses/coursesPublic/Startshixuntask.js b/public/react/src/modules/courses/coursesPublic/Startshixuntask.js index b994e9005..3f256fbcc 100644 --- a/public/react/src/modules/courses/coursesPublic/Startshixuntask.js +++ b/public/react/src/modules/courses/coursesPublic/Startshixuntask.js @@ -78,7 +78,8 @@ class Startshixuntask extends Component{ ).catch((error) => { this.setState({ startbtn:false, - shixunsreplace:false + shixunsreplace:false, + isSpin:false, }) }); diff --git a/public/react/src/modules/tpm/TPMBanner.js b/public/react/src/modules/tpm/TPMBanner.js index 1106b7a3f..78feed436 100644 --- a/public/react/src/modules/tpm/TPMBanner.js +++ b/public/react/src/modules/tpm/TPMBanner.js @@ -340,7 +340,8 @@ class TPMBanner extends Component { ).catch((error) => { this.setState({ startbtn:false, - shixunsreplace:false + shixunsreplace:false, + isSpin:false }) });