diff --git a/index.html b/index.html index dac05b4..5611518 100644 --- a/index.html +++ b/index.html @@ -48,11 +48,11 @@
制定培训计划
- + - @@ -96,7 +96,7 @@
@@ -196,6 +196,7 @@ that.showOrHide(1, 0, 1, 0); } else if (data && data.checkStatus === 2) { that.showOrHide(1, 2, 1, 1); + that.dom.querySelector('.reason').innerHTML = data.rejectCause; } else { that.showOrHide(2, 0, 0, 0); }