From 266c7278841d2cbae5e9ab969ffd2efae1d0dda5 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 06 九月 2024 10:08:55 +0800
Subject: [PATCH] renwu

---
 pages/home/home.js |   26 +++++++++++++++++++++++---
 1 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/pages/home/home.js b/pages/home/home.js
index b6977fe..cfeb887 100644
--- a/pages/home/home.js
+++ b/pages/home/home.js
@@ -248,9 +248,9 @@
     const obj = {
       storeInfo: "app.config.goodsStore",
       path: item.pathList + '\\' + item.id,
-      coverSize: {
-        width: 260
-      },
+      // coverSize: {
+      //   height: 205
+      // },
       paging: {
         start: 0,
         size: 4
@@ -446,6 +446,11 @@
     });
   },
   goSubjectDetail(e) {
+    return wx.showToast({
+      title: "寤鸿涓�",
+      icon: 'none',
+      duration: 1000
+    })
     const item = e.currentTarget.dataset.book
     console.log(item);
     wx.navigateTo({
@@ -453,6 +458,11 @@
     });
   },
   goCourseDetail(e) {
+    return wx.showToast({
+      title: "寤鸿涓�",
+      icon: 'none',
+      duration: 1000
+    })
     const {
       book
     } = e.currentTarget.dataset;
@@ -577,11 +587,21 @@
         url: '/pages/home/digitalRead/index'
       })
     } else if (type == "zhuantitaolun") {
+      return wx.showToast({
+        title: "寤鸿涓�",
+        icon: 'none',
+        duration: 1000
+      })
       wx.navigateTo({
         url: '/pages/specialDiscussion/index'
       })
 
     } else if (type == "jingxuankecheng") {
+      return wx.showToast({
+        title: "寤鸿涓�",
+        icon: 'none',
+        duration: 1000
+      })
       wx.navigateTo({
         url: '/pages/digitalCourses/index?courseTypeActive=' + this.data.courseTypeActive
       })

--
Gitblit v1.9.1