From 1a6905045d38bb50b0c6554c3440bdfd339c8d23 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 30 七月 2024 19:13:46 +0800
Subject: [PATCH] ‘’

---
 wechat_jiaxuan/pages/homeId/index.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/wechat_jiaxuan/pages/homeId/index.js b/wechat_jiaxuan/pages/homeId/index.js
index 03b2ca0..5827e4d 100644
--- a/wechat_jiaxuan/pages/homeId/index.js
+++ b/wechat_jiaxuan/pages/homeId/index.js
@@ -53,6 +53,8 @@
         total: res.data.total,
         dataList: [ ...this.data.dataList, ...res.data.records ]
       })
+    }).finally(()=>{ 
+      wx.stopPullDownRefresh()
     })
   },
   itemClick(e) {
@@ -70,7 +72,7 @@
         url: '/pages/webView/index',
         success: function(res) {
           console.log('鍙戝嚭浜嬩欢');
-          res.eventChannel.emit('data',{link:item.content} );
+          res.eventChannel.emit('acceptDataFromOpenerPage',{link:item.content} );
         }
       })
     }

--
Gitblit v1.9.3