From 668c0a4058510a6022be06818540ba89778a5486 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 09 九月 2024 14:31:22 +0800
Subject: [PATCH] bug

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

diff --git a/pages/home/home.js b/pages/home/home.js
index e34d902..4f8fb6e 100644
--- a/pages/home/home.js
+++ b/pages/home/home.js
@@ -467,7 +467,7 @@
       book
     } = e.currentTarget.dataset;
     wx.navigateTo({
-      url: '/pages/digitalCourses/digitalCoursesDetails/index?id=' + book.id,
+      url: '/pages/digitalCourses/digitalCoursesDetails/index?id=' + book.id + '&path=' + book.idPath,
     });
   },
   goReadBookDetail(e) {

--
Gitblit v1.9.1