Commit 5d10d758116c3671cde860a39e59027672102b6d

Authored by 王润寒
1 parent 0e4557ab3e
Exists in dev_wjl and in 1 other branch dev-wrh

fleat:小程序医院通知优化

Showing 4 changed files with 12 additions and 13 deletions

littleApp_child/packageA/pages/article/article.js View file @ 5d10d75
... ... @@ -16,7 +16,7 @@
16 16 },
17 17 onLoad: function (options) {
18 18 this.data.id = options.id;
19   - console.log(this.data.id)
  19 + // console.log(this.data.id)
20 20 this.getArticle()
21 21 },
22 22 getArticle() {
littleApp_child/packageA/pages/editAddress/editAddress.js View file @ 5d10d75
... ... @@ -15,7 +15,7 @@
15 15 }
16 16 },
17 17 onAreaCommit(locationList, e) {//当用户更换地区
18   - console.log('选择地址后', locationList)
  18 + // console.log('选择地址后', locationList)
19 19 var self = this;
20 20 self.addrInfo = {
21 21 province: locationList[0] || {},
... ... @@ -35,7 +35,7 @@
35 35 });
36 36 },
37 37 bindKeyInput: function (e) {
38   - console.log(e.detail.value)
  38 + // console.log(e.detail.value)
39 39 this.data.babyAddress = e.detail.value
40 40 this.setData({
41 41 babyAddress: this.data.babyAddress
littleApp_child/packageA/pages/messageContent/messageContent.js View file @ 5d10d75
... ... @@ -25,7 +25,6 @@
25 25 networkUtil._get(api.getBabyMsgById,{
26 26 msgId:id
27 27 },function (res) {
28   - console.log(res,'res');
29 28 _that.setData({
30 29 setObject:res.data.object
31 30 })
littleApp_child/pages/Guide/guide.js View file @ 5d10d75
... ... @@ -61,7 +61,7 @@
61 61  
62 62 this.data.id = e.categoryId
63 63 this.data.category = e.category
64   - console.log(e.categoryId)
  64 + // console.log(e.categoryId)
65 65 // 数据初始化
66 66 page = 1
67 67 hasMore = true
68 68  
... ... @@ -109,10 +109,10 @@
109 109 this.requestData();
110 110 },
111 111 myScroll: function(e) {
112   - console.log("e:", e)
  112 + // console.log("e:", e)
113 113 // console.log("aaaaaaaaaaaaaaaaaaaaaaaaa " + e.detail.scrollTop + " ==== " + e.detail.scrollHeight + " === " + wx.getSystemInfoSync().windowHeight)
114 114 // if (e.detail.scrollTop >= (e.detail.scrollHeight - wx.getSystemInfoSync().windowHeight - 3)) {
115   - console.log("bbbbbbbb")
  115 + // console.log("bbbbbbbb")
116 116 this.loadMore()
117 117 // }
118 118 },
... ... @@ -127,7 +127,7 @@
127 127 days: getApp().globalData.days
128 128 }
129 129 networkUtil._get(api.babyPrecise, param, function(res) {
130   - console.log(res)
  130 + // console.log(res)
131 131 isRefresh = false
132 132 var arr = []
133 133  
134 134  
... ... @@ -153,13 +153,13 @@
153 153 categoryId: self.data.id,
154 154 days: getApp().globalData.days
155 155 }
156   - console.log(" categoryId ========= " + " ==== " + self.data.id)
  156 + // console.log(" categoryId ========= " + " ==== " + self.data.id)
157 157 if (!param.categoryId) {
158 158 param.categoryId = 4316
159 159 }
160 160 networkUtil._get(api.articleList, param, function(res) {
161   - console.log(param)
162   - console.log(res)
  161 + // console.log(param)
  162 + // console.log(res)
163 163 isRefresh = false
164 164 var arr = []
165 165 if (page > 0) { // 加载更多模式
... ... @@ -189,7 +189,7 @@
189 189 limit: 15
190 190 }
191 191 networkUtil._get(api.riskGuideList, param, function(res) {
192   - console.log(res)
  192 + // console.log(res)
193 193 isRefresh = false
194 194 var arr = []
195 195 if (page > 1) { // 加载更多模式
... ... @@ -211,7 +211,7 @@
211 211 },
212 212 // 文章点赞
213 213 articleLike(e) {
214   - console.log(e)
  214 + // console.log(e)
215 215 var self = this
216 216 // 已经点赞
217 217 if (e.currentTarget.dataset.islike == 1) {