Explorar o código

更新我的推荐询价列表的时间展示方法

hejq %!s(int64=8) %!d(string=hai) anos
pai
achega
d7968b9bb2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/webapp/resources/js/index/app.js

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

@@ -24389,7 +24389,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
         // 是否已过期
         $scope.isOverDue = function (date) {
             if (date) {
-                var timestamp = new Date().getTime();
+                var timestamp = new Date().getTime() + 60000;
                 if (date > timestamp) {
                     return false;
                 } else {