Commit 5939bd64acb03e58f720fe1e0b6612d636cb4ffb

Authored by 王言钊
1 parent 6b2905cd

修改审核状态

src/main/resources/templates/page/liveDetail.html
@@ -241,12 +241,12 @@ @@ -241,12 +241,12 @@
241 241
242 <div class="box-footer"> 242 <div class="box-footer">
243 <div class="col-sm-5"> 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 </button> 245 </button>
246 </div> 246 </div>
247 247
248 <div class="col-sm-1" style="margin-right:26px;"> 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 </button> 250 </button>
251 </div> 251 </div>
252 252