Authored by 李奇

删除debugger

... ... @@ -161,7 +161,6 @@ Page({
this.data.api.getOrderListInfo(params, () => {
wx.hideLoading();
}).then(data => {
debugger
let products = data.data;
for (let index in products) {
let productInfo = products[index];
... ...