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 () { - - }, - /** * 用户点击右上角分享 */