ソースを参照

审核未通过util.js 2017.09.28

Oliver 7 年 前
コミット
77c8e76634
1 ファイル変更2 行追加2 行削除
  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) {