正在显示
4 个修改的文件
包含
4 行增加
和
4 行删除
@@ -190,7 +190,7 @@ Page({ | @@ -190,7 +190,7 @@ Page({ | ||
190 | choose_addr_id:this.data.city_list[this.data.current_city].id, | 190 | choose_addr_id:this.data.city_list[this.data.current_city].id, |
191 | }; | 191 | }; |
192 | app.post(url, params, {}).then((res) => { | 192 | app.post(url, params, {}).then((res) => { |
193 | - console.log('确定发布', res); | 193 | + // console.log('确定发布', res); |
194 | if(+res.code === 1 && res.message == '发布成功') { | 194 | if(+res.code === 1 && res.message == '发布成功') { |
195 | this.setData({is_showRelease_modal:true,id:+res.data.activeId}) | 195 | this.setData({is_showRelease_modal:true,id:+res.data.activeId}) |
196 | }else { | 196 | }else { |
@@ -236,7 +236,7 @@ Page({ | @@ -236,7 +236,7 @@ Page({ | ||
236 | "token": wx.getStorageSync('token') | 236 | "token": wx.getStorageSync('token') |
237 | }; | 237 | }; |
238 | app.post(url, params, {}).then((res) => { | 238 | app.post(url, params, {}).then((res) => { |
239 | - console.log('获取详情', res, app.initTime(res.data.active.surplus)); | 239 | + // console.log('获取详情', res, app.initTime(res.data.active.surplus)); |
240 | if (+res.code === 1) { | 240 | if (+res.code === 1) { |
241 | self.setData({ | 241 | self.setData({ |
242 | detail: res.data.active, | 242 | detail: res.data.active, |
@@ -235,7 +235,7 @@ Page({ | @@ -235,7 +235,7 @@ Page({ | ||
235 | "token": wx.getStorageSync('token') | 235 | "token": wx.getStorageSync('token') |
236 | }; | 236 | }; |
237 | app.post(url, params, {}).then((res) => { | 237 | app.post(url, params, {}).then((res) => { |
238 | - console.log('获取详情', res); | 238 | + // console.log('获取详情', res); |
239 | if (+res.code === 1) { | 239 | if (+res.code === 1) { |
240 | self.setData({ | 240 | self.setData({ |
241 | detail: res.data.active, | 241 | detail: res.data.active, |
@@ -99,7 +99,7 @@ Page({ | @@ -99,7 +99,7 @@ Page({ | ||
99 | const list = []; | 99 | const list = []; |
100 | const list1 = []; | 100 | const list1 = []; |
101 | app.post(url, {}, {}).then((res) => { | 101 | app.post(url, {}, {}).then((res) => { |
102 | - console.log('获取分类', res); | 102 | + // console.log('获取分类', res); |
103 | res.data.meals.forEach((item) => { | 103 | res.data.meals.forEach((item) => { |
104 | list.push(item.name) | 104 | list.push(item.name) |
105 | }); | 105 | }); |
-
请 注册 或 登录 后发表评论