From b2a6887c94cc7887b03ba1cce578e3fc59a62259 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 27 三月 2024 16:12:28 +0800
Subject: [PATCH] 1

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

diff --git a/packagePersonal/pages/myCollection/index.js b/packagePersonal/pages/myCollection/index.js
index 1a6e3ff..11f17f1 100644
--- a/packagePersonal/pages/myCollection/index.js
+++ b/packagePersonal/pages/myCollection/index.js
@@ -48,7 +48,6 @@
   },
 
   tabBookClick(item) {
-    console.log(item, 1)
     let that = this;
     let info = this.data.tabList[item.detail.value]
     that.setData({
@@ -167,7 +166,7 @@
                 icon: 'success',
                 duration: 1000,
               })
-              this.getDataList(false)
+              that.getDataList(false)
             });
         } else if (res.cancel) {
           console.log('鐢ㄦ埛鐐瑰嚮浜嗗彇娑�')

--
Gitblit v1.9.1