@@ -54,7 +54,6 @@ Page({
if (arr.errcode == '0') {
that.setData({ list: [...that.data.list, ...arr.data] });
that.setData({ total: arr.total });
- console.log(arr.data);
}
else { wx.showToast({ title: `${arr.errmsg}`, icon: 'error', duration: 2000 }) }
},