Explorar o código

审核未通过util.js 2017.09.28

Oliver %!s(int64=7) %!d(string=hai) anos
pai
achega
77c8e76634
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      js/util.js

+ 2 - 2
js/util.js

@ -184,7 +184,7 @@ function getDaysRemaining(item) {
		}
		return remain
	} else {
		return '<span style="color: #ff3b30;">-</span>'
		return '<span style="color: #ff3b30;">-</span>';
	}
}
@ -192,7 +192,7 @@ function getReviewResultName(status) {
	if(status == -2) {
		return "删除"
	} else if(status == -1) {
		return "审核失败"
		return "审核未成功"
	} else if(status == 0) {
		return "待审核"
	} else if(status == 1) {