Browse Source

首页显示公开招标方法修改

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8505 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
dongbw 9 years ago
parent
commit
a755763835
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/js/index/app.js

+ 1 - 1
src/main/webapp/resources/js/index/app.js

@@ -1498,7 +1498,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
         //     });
         // });
 
-        SnapshotService.getOpenTender(function(data){
+        SnapshotService.getOpenTender(5, function(data){
             $scope.openTenders = data;
             var newDate = new Date();
             newDate = newDate.getTime() - 3*24*60*60*1000;