Commit 5939bd64acb03e58f720fe1e0b6612d636cb4ffb
1 parent
6b2905cd
修改审核状态
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/templates/page/liveDetail.html
| ... | ... | @@ -241,12 +241,12 @@ |
| 241 | 241 | |
| 242 | 242 | <div class="box-footer"> |
| 243 | 243 | <div class="col-sm-5"> |
| 244 | - <button type="button" class="btn btn-danger pull-right" onclick="live(4);">拒 绝 | |
| 244 | + <button type="button" class="btn btn-danger pull-right" onclick="live(2);">拒 绝 | |
| 245 | 245 | </button> |
| 246 | 246 | </div> |
| 247 | 247 | |
| 248 | 248 | <div class="col-sm-1" style="margin-right:26px;"> |
| 249 | - <button type="button" class="btn btn-primary pull-right" onclick="live(3);">通 过 | |
| 249 | + <button type="button" class="btn btn-primary pull-right" onclick="live(1);">通 过 | |
| 250 | 250 | </button> |
| 251 | 251 | </div> |
| 252 | 252 | ... | ... |