Commit 41e86e74e2f07ca46572d9eee58789de6bb2887d
Merge branch 'dev'
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/templates/page/liveDetail.html
| ... | ... | @@ -243,7 +243,7 @@ |
| 243 | 243 | |
| 244 | 244 | <div class="box-footer"> |
| 245 | 245 | <div class="col-sm-5"> |
| 246 | - <button type="button" class="btn btn-danger pull-right" onclick="live(2);">拒 绝 | |
| 246 | + <button type="button" class="btn btn-danger pull-right" onclick="live(4);">拒 绝 | |
| 247 | 247 | </button> |
| 248 | 248 | </div> |
| 249 | 249 | |
| ... | ... | @@ -296,7 +296,7 @@ |
| 296 | 296 | alert(data.errorMessage); |
| 297 | 297 | } |
| 298 | 298 | }) |
| 299 | - } else if(status == 2){ | |
| 299 | + } else if(status == 4){ | |
| 300 | 300 | $.post("/live/repulse?ids=" + liveId + "&status=" + status, function (data) { |
| 301 | 301 | var r = confirm("您确定拒绝本条内容吗?"); |
| 302 | 302 | if (r == true) { | ... | ... |