liushengqiang 1 year ago
parent
commit
208ab13a10
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/views/courseware-list/component/book/index.tsx

+ 4 - 3
src/views/courseware-list/component/book/index.tsx

@@ -119,11 +119,12 @@ export default defineComponent({
               data.show = true;
               timer = setTimeout(() => {
                 book.turn('page', 2);
+                setTimeout(() => {
+                  showGuide.value = true;
+                }, 1500);
               }, 500);
 
-              setTimeout(() => {
-                showGuide.value = true;
-              }, 1500);
+              
             });
           });
         });