From 48c2210b211229d377f6a42de8070789d189ba5c Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 25 四月 2024 20:01:50 +0800
Subject: [PATCH] 详情页资源加载慢问题修改

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

diff --git a/packagePersonal/pages/activateProduct/index.js b/packagePersonal/pages/activateProduct/index.js
index 348c9b4..3247c02 100644
--- a/packagePersonal/pages/activateProduct/index.js
+++ b/packagePersonal/pages/activateProduct/index.js
@@ -123,7 +123,15 @@
 
     })
   },
-
+  goBookDetails(e) {
+    const {
+      book
+    } = e.currentTarget.dataset;
+    console.log(book)
+    wx.navigateTo({
+      url: `/packageBookService/pages/bookServices/detail/index?id=${book.id}&name=${book.name}`,
+    });
+  },
   /**
    * 椤甸潰鐩稿叧浜嬩欢澶勭悊鍑芥暟--鐩戝惉鐢ㄦ埛涓嬫媺鍔ㄤ綔
    */

--
Gitblit v1.9.1