Commit aa925be5eedd1f93f50496467c26d1bca1c9526d
1 parent
51ad238f
注释的清理
Showing
1 changed file
with
0 additions
and
21 deletions
pages/distribution/distribution.js
... | ... | @@ -3,19 +3,6 @@ const app = getApp(); |
3 | 3 | let self = null, os = app.globalData.setting; |
4 | 4 | var regeneratorRuntime = require('../../utils/runtime.js'); |
5 | 5 | |
6 | -// Component({ | |
7 | -// pageLifetimes: { | |
8 | -// show() { | |
9 | -// if (typeof this.getTabBar === 'function' && this.getTabBar()) { | |
10 | -// this.getTabBar().setData({ | |
11 | -// active: 2 | |
12 | -// }) | |
13 | -// } | |
14 | -// } | |
15 | -// } | |
16 | -// }) | |
17 | - | |
18 | - | |
19 | 6 | Page({ |
20 | 7 | |
21 | 8 | /** |
... | ... | @@ -243,14 +230,6 @@ Page({ |
243 | 230 | }); |
244 | 231 | }, |
245 | 232 | |
246 | - | |
247 | - /** | |
248 | - * 页面相关事件处理函数--监听用户下拉动作 | |
249 | - */ | |
250 | - onPullDownRefresh: function () { | |
251 | - | |
252 | - }, | |
253 | - | |
254 | 233 | /** |
255 | 234 | * 用户点击右上角分享 |
256 | 235 | */ | ... | ... |