Showing
1 changed file
with
0 additions
and
1 deletions
@@ -161,7 +161,6 @@ Page({ | @@ -161,7 +161,6 @@ Page({ | ||
161 | this.data.api.getOrderListInfo(params, () => { | 161 | this.data.api.getOrderListInfo(params, () => { |
162 | wx.hideLoading(); | 162 | wx.hideLoading(); |
163 | }).then(data => { | 163 | }).then(data => { |
164 | - debugger | ||
165 | let products = data.data; | 164 | let products = data.data; |
166 | for (let index in products) { | 165 | for (let index in products) { |
167 | let productInfo = products[index]; | 166 | let productInfo = products[index]; |
-
Please register or login to post a comment