From 8f3c61c740322c6a9eb5314a05e43016a5f2191c Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期日, 13 七月 2025 18:17:41 +0800
Subject: [PATCH] 资源扫码

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

diff --git a/packageBookService/pages/bookServices/detail/components/tree/index.js b/packageBookService/pages/bookServices/detail/components/tree/index.js
index a36aa4a..2456492 100644
--- a/packageBookService/pages/bookServices/detail/components/tree/index.js
+++ b/packageBookService/pages/bookServices/detail/components/tree/index.js
@@ -111,7 +111,6 @@
       const flag = list.findIndex((item) => item.checked == true);
     },
   },
-
   methods: {
     handleList(tree) {
       for (let index = 0; index < tree.length; index++) {
@@ -281,7 +280,8 @@
           url = "/packageDomain/pages/resourceDetails/document/index";
         }
         wx.navigateTo({
-          url: `${url}?productLinkPath=${item.productLinkPath}&parentProductLinkPath=${parentProductLinkPath}&parentName=${parentName}&activeId=${item.id}&bookId=${this.properties.bookInfo.id}&bookName=${this.properties.bookInfo.name}&cmsId=${this.properties.bookInfo.rootCmsItemId}&formPath=${this.properties.tab}&applyState=${this.properties.applyState}&deadline=${this.properties.deadline}`,
+          // url: `${url}?productLinkPath=${item.productLinkPath}&parentProductLinkPath=${parentProductLinkPath}&parentName=${parentName}&activeId=${item.id}&bookId=${this.properties.bookInfo.id}&bookName=${this.properties.bookInfo.name}&cmsId=${this.properties.bookInfo.rootCmsItemId}&formPath=${this.properties.tab}&applyState=${this.properties.applyState}&deadline=${this.properties.deadline}`,
+          url: '/packageDomain/pages/resourceDetails/myVideo/index?formPath=jsek_cloudLearning&parentName=mingxing&cmsId=161796&productLinkPath=161796\\161798\\165396\\162299&activeId=162299&parentProductLinkPath=161798\\165396&source=qrcode&bookName=&bookId=7129'
         });
       }
       const token = wx.getStorageSync(app.config.tokenKey);
@@ -293,7 +293,6 @@
         goPlayerFun()
       }
     },
-
     // 鎷垮埌鎵�鏈夐」
     getAllChildren(id) {
       let result = [];
@@ -338,7 +337,6 @@
       });
       return result;
     },
-
     // 鍙樹负true
     findAndUpdateItemsByIds(tree, ids, state) {
       function findAndUpdate(node) {
@@ -356,7 +354,6 @@
       }
       return tree; // 杩斿洖淇敼鍚庣殑瀹屾暣鏁扮粍
     },
-
     // 鍏ㄩ��
     checkAll() {
       wx.showLoading()
@@ -393,7 +390,6 @@
       this.triggerEvent("changeCheckAll", myEventDetail, myEventOption);
       wx.hideLoading()
     },
-
     // 绔犺妭鍕鹃��
     checkResourceTitle(e) {
       wx.showLoading()

--
Gitblit v1.9.1