Browse Source

id 4103 修复

linehang 7 years ago
parent
commit
5e0721bf3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/util.js

+ 1 - 1
js/util.js

@ -184,7 +184,7 @@ function getDaysRemaining(item) {
		}
		return remain
	} else {
		return ""
		return '<span style="color: #ff3b30;">-</span>'
	}
}