李志伟 3 years ago
parent
commit
d06e13b736
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      lib/widgets/RefreshMoreList.dart

+ 0
- 1
lib/widgets/RefreshMoreList.dart View File

52
 
52
 
53
 
53
 
54
   void getNewData() {
54
   void getNewData() {
55
-    print(widget.pPrams.value);
56
     Map<String, dynamic> map = {...params.value, ...widget.pPrams.value};
55
     Map<String, dynamic> map = {...params.value, ...widget.pPrams.value};
57
     pageIndex = 1;
56
     pageIndex = 1;
58
     map['pageNum'] = pageIndex;
57
     map['pageNum'] = pageIndex;