From 2f1a9a39d6bde43d8c73236f822b3bc79cc96af6 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 06 九月 2024 16:19:57 +0800
Subject: [PATCH] 联系我们修改

---
 packagePersonal/pages/myCollection/index.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/packagePersonal/pages/myCollection/index.js b/packagePersonal/pages/myCollection/index.js
index d47e1ac..ad65241 100644
--- a/packagePersonal/pages/myCollection/index.js
+++ b/packagePersonal/pages/myCollection/index.js
@@ -184,8 +184,16 @@
     const {
       book
     } = e.currentTarget.dataset;
+    let url = ''
+    if (this.data.activeName == 'FavoriteBookCity') {
+      url = `/packageBookService/pages/bookServices/detail/index?id=${book.id}&name=${book.name}`
+    } else if (this.data.activeName == 'Favoriteclass') {
+      url = `/pages/digitalCourses/digitalCoursesDetails/index?id=${book.id}`
+    } else if (this.data.activeName == 'FavoriteTextBooks') {
+      url = `/pages/digitalTextbooks/digitalTextbooksDetails/index?id=${book.id}`
+    }
     wx.navigateTo({
-      url: `/packageBookService/pages/bookServices/detail/index?id=${book.id}&name=${book.name}`,
+      url: url,
     });
   },
 

--
Gitblit v1.9.1