Merge branch 'dev' of 47.111.118.107:/srv/git/platform into dev

master
ELF 5 years ago
commit f9e71c4c8f

@ -93,12 +93,13 @@
<?php else:?> <?php else:?>
<a href="javascript:;" style="color: red;" class="cancel-shift-btn editbtn">取消换组</a> <a href="javascript:;" style="color: red;" class="cancel-shift-btn editbtn">取消换组</a>
<?php endif;?> <?php endif;?>
<?php endif;?>
<?php if(in_array($vo['id'], $hasPlayerList)):?> <?php if(in_array($vo['id'], $hasPlayerList)):?>
<?php if(!in_array($vo['id'], $hasShiftPlayerList)):?> <?php if(!in_array($vo['id'], $hasShiftPlayerList)):?>
<a href="javascript:;" class="shift-player-btn editbtn">玩家迁移</a> <a href="javascript:;" class="shift-player-btn editbtn">玩家迁移</a>
<?php else:?> <?php else:?>
<a href="javascript:;" style="color: red;" class="cancel-shift-player-btn editbtn">取消玩家迁移</a> <a href="javascript:;" style="color: red;" class="cancel-shift-player-btn editbtn">取消玩家迁移</a>
<?php endif;?>
<?php endif;?> <?php endif;?>
<?php endif;?> <?php endif;?>
</td> </td>

Loading…
Cancel
Save