From f10d1c14a59343f3ad6bafa4762363427be0c89b Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期五, 08 三月 2024 18:23:47 +0800
Subject: [PATCH] feat(绕太阳): 人

---
 pages/bookServices/detail/components/tree/index.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/bookServices/detail/components/tree/index.js b/pages/bookServices/detail/components/tree/index.js
index d3706b0..a0386a7 100644
--- a/pages/bookServices/detail/components/tree/index.js
+++ b/pages/bookServices/detail/components/tree/index.js
@@ -74,9 +74,10 @@
       const parent = e.currentTarget.dataset.parent
       console.log(this.properties.bookInfo);
       wx.navigateTo({
-        url: `/pages/resourceDetails/index?productLinkPath=${item.productLinkPath}&parentProductLinkPath=${parent.productLinkPath}&parentName=${parent.name}&activeId=${item.id}&bookId=${this.properties.bookInfo.id}&bookName=${this.properties.bookInfo.name}&cmsId=${this.properties.bookInfo.rootCmsItemId}`,
+        url: `/pages/resourceDetails/myVideo/index?productLinkPath=${item.productLinkPath}&parentProductLinkPath=${parent.productLinkPath}&parentName=${parent.name}&activeId=${item.id}&bookId=${this.properties.bookInfo.id}&bookName=${this.properties.bookInfo.name}&cmsId=${this.properties.bookInfo.rootCmsItemId}`,
       })
-      console.log(e);
+
+      console.log(item.productLinkPath, parent.productLinkPath, parent.name, item.id, this.properties.bookInfo.id, this.properties.bookInfo.name, this.properties.bookInfo.rootCmsItemId, 'add');
     }
   }
 })
\ No newline at end of file

--
Gitblit v1.9.1