Skip to content

Commit

Permalink
2020.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gsgzs committed May 4, 2020
1 parent 1a6d726 commit b8e91e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/enquiry.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ $(function () {
setTimeD() // 存储时间D
}
} else {
if (nowDate - date >= 5000) {
if (nowDate - date >= 600000) {
if (flag) {
apply();
setTimeD() // 存储时间D
Expand Down Expand Up @@ -224,7 +224,7 @@ $(function () {
isApply = false;
} else {
let nowDate = +new Date();
if (nowDate - date >= 5000) {
if (nowDate - date >= 600000) {
isApply = false;
} else {
isApply = true;
Expand Down

0 comments on commit b8e91e8

Please sign in to comment.