Authored by 李奇

删除debugger

@@ -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];