Commit aa925be5eedd1f93f50496467c26d1bca1c9526d

Authored by yvan.ni
1 parent 51ad238f

注释的清理

pages/distribution/distribution.js
@@ -3,19 +3,6 @@ const app = getApp(); @@ -3,19 +3,6 @@ const app = getApp();
3 let self = null, os = app.globalData.setting; 3 let self = null, os = app.globalData.setting;
4 var regeneratorRuntime = require('../../utils/runtime.js'); 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 Page({ 6 Page({
20 7
21 /** 8 /**
@@ -243,14 +230,6 @@ Page({ @@ -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 */