shawenguan il y a 1 an
Parent
commit
1d3e55ccba
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      Scripts/wubian/wubianHelper.js

+ 3 - 0
Scripts/wubian/wubianHelper.js

@@ -379,6 +379,9 @@ function handleUserCollectList() {
         return;
     }
     handleHeaders();
+    rspData.data.list = [];
+    rspData.data.next = 0;
+    gRetBody = rspData;
 }
 
 function handleInitData() {