@@ -28,13 +28,7 @@ Page({
return
}
_this.setData({
- // list: res.list || []
- list: [
- ...res.list,
- ]
+ list: res.list || []
})