caipin 5 anos atrás
pai
commit
7d5ea8e82c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/service/cloudEditionService.js

+ 1 - 1
app/service/cloudEditionService.js

@@ -58,7 +58,7 @@ var cloudService={
         	
         	var page=params.currentPage;
     	    if(!hash.isNotANumber(page)){
-    	        res.json({ 'status': 2,'msg':'currentPage error' });return ;
+    	    	page=1;
     	    }
         	
         }