From 6851680b996e64c1d66c035245b2f0f6eb3425c6 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期六, 07 九月 2024 15:33:42 +0800
Subject: [PATCH] 1

---
 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