From aa925be5eedd1f93f50496467c26d1bca1c9526d Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Fri, 4 Mar 2022 15:26:40 +0800 Subject: [PATCH] 注释的清理 --- pages/distribution/distribution.js | 21 --------------------- 1 file changed, 0 insertions(+), 21 deletions(-) diff --git a/pages/distribution/distribution.js b/pages/distribution/distribution.js index 125b7a6..5dd2c3c 100644 --- a/pages/distribution/distribution.js +++ b/pages/distribution/distribution.js @@ -3,19 +3,6 @@ const app = getApp(); let self = null, os = app.globalData.setting; var regeneratorRuntime = require('../../utils/runtime.js'); -// Component({ -// pageLifetimes: { -// show() { -// if (typeof this.getTabBar === 'function' && this.getTabBar()) { -// this.getTabBar().setData({ -// active: 2 -// }) -// } -// } -// } -// }) - - Page({ /** @@ -243,14 +230,6 @@ Page({ }); }, - - /** - * 页面相关事件处理函数--监听用户下拉动作 - */ - onPullDownRefresh: function () { - - }, - /** * 用户点击右上角分享 */ -- libgit2 0.21.4