From 7eea32a9a7a034e951468bea279688e8db5c1c98 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 09 九月 2024 14:31:51 +0800
Subject: [PATCH] bug

---
 pages/home/home.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pages/home/home.js b/pages/home/home.js
index 4f8fb6e..1b2f624 100644
--- a/pages/home/home.js
+++ b/pages/home/home.js
@@ -463,9 +463,11 @@
     //   icon: 'none',
     //   duration: 1000
     // })
+
     const {
       book
     } = e.currentTarget.dataset;
+    console.log(book);
     wx.navigateTo({
       url: '/pages/digitalCourses/digitalCoursesDetails/index?id=' + book.id + '&path=' + book.idPath,
     });

--
Gitblit v1.9.1