From e504efbde69f49bdf01705ca4baaa1711c0e0a45 Mon Sep 17 00:00:00 2001 From: limqhz <540344226@qq.com> Date: Wed, 13 Dec 2023 23:44:56 +0800 Subject: [PATCH] =?UTF-8?q?wx=20=E4=BF=AE=E6=94=B9=E7=AF=AE=E7=90=83?= =?UTF-8?q?=E5=9C=BA=E9=A6=86=E5=85=A5=E5=9C=BA=E5=87=BA=E5=9C=BA=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=A2=AB=E5=88=87=E5=87=BA=E6=9D=A5=E4=B8=8D?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/basketballGym/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/basketballGym/index.js b/pages/basketballGym/index.js index 10c1766..f87946f 100644 --- a/pages/basketballGym/index.js +++ b/pages/basketballGym/index.js @@ -64,6 +64,8 @@ Page({ showUnclickMask: false, flg: 100 }) + + this.initPage() }, /** @@ -84,7 +86,7 @@ Page({ * 页面相关事件处理函数--监听用户下拉动作 */ onPullDownRefresh: function() { - + this.initPage() }, /**