liushengqiang 1 年之前
父节点
当前提交
208ab13a10
共有 1 个文件被更改,包括 4 次插入3 次删除
  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);
+              
             });
           });
         });