From 0cdde61e72fe1d07fbabbdb12573be0f409b5a59 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Tue, 11 Jul 2023 19:07:22 +0800 Subject: [PATCH] 聊天弹出框的优化, 分享弹出框 处理 onshow不处理 //this.data.currentPage = 1; //this.data.ismore = 1; --- pages/activity/pind_list/pind_list.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/activity/pind_list/pind_list.js b/pages/activity/pind_list/pind_list.js index 8bece44..9ccc875 100644 --- a/pages/activity/pind_list/pind_list.js +++ b/pages/activity/pind_list/pind_list.js @@ -85,10 +85,10 @@ Page({ onShow: function (t) { getApp().check_can_share(); this.data.is_timer = 1; - this.data.currentPage = 1; - this.data.ismore = 1; - var th = this; + //this.data.currentPage = 1; + //this.data.ismore = 1; + var th = this; //设置全局定时器 th.data.timer = setInterval(function () { th.countDown(); -- libgit2 0.21.4