From 1530f605190069e45b5e31a7ec2bf7a6dc691f39 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期四, 02 一月 2025 14:09:22 +0800
Subject: [PATCH] 1

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

diff --git a/pages/study/index.js b/pages/study/index.js
index 0fc70a6..a925f80 100644
--- a/pages/study/index.js
+++ b/pages/study/index.js
@@ -241,6 +241,7 @@
     const {
       book
     } = e.currentTarget.dataset;
+    console.log(book);
     if (this.data.active == 0) {
       wx.navigateTo({
         url: `/packageBookService/pages/bookServices/detail/index?id=${book.product.id}&name=${book.product.name}`,
@@ -248,7 +249,7 @@
     }
     if (this.data.active == 1) {
       wx.navigateTo({
-        url: `/pages/digitalCourses/digitalCoursesDetails/index?id=${book.product.id}`,
+        url: `/pages/digitalCourses/digitalCoursesDetails/index?id=${book.product.id}&path=${book.product.linkPathList[1] + '\\' + book.product.id}`,
       });
     }
     if (this.data.active == 2) {

--
Gitblit v1.9.1