mo 1 سال پیش
والد
کامیت
8989981748
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      src/views/courseware-list/component/book/index.tsx

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

@@ -94,10 +94,10 @@ export default defineComponent({
         gradients: true, // 是否显示翻页阴影效果
         // display: 'single', //设置单页还是双页
       })
-      // book.bind('last', (event: Event, pageObject: any, corner: any) => {
-      //   // console.log(event, 'last')
-      //   noanimateClose()
-      // });
+      book.bind('last', (event: Event, pageObject: any, corner: any) => {
+        // console.log(event, 'last')
+        noanimateClose()
+      });
       book.bind('turned', (event: Event, page: any, corner: any) => {
         setTimeout(() => {
           showGuide.value = true;