Commit a5dfcd5c97da7b82fc7f601121958088529646e8
Merge branch 'test' into dev
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/templates/page/liveDetail.html
| @@ -296,7 +296,7 @@ | @@ -296,7 +296,7 @@ | ||
| 296 | alert(data.errorMessage); | 296 | alert(data.errorMessage); |
| 297 | } | 297 | } |
| 298 | }) | 298 | }) |
| 299 | - } else if(status == 2){ | 299 | + } else if(status == 4){ |
| 300 | $.post("/live/repulse?ids=" + liveId + "&status=" + status, function (data) { | 300 | $.post("/live/repulse?ids=" + liveId + "&status=" + status, function (data) { |
| 301 | var r = confirm("您确定拒绝本条内容吗?"); | 301 | var r = confirm("您确定拒绝本条内容吗?"); |
| 302 | if (r == true) { | 302 | if (r == true) { |