|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>控制后台</title>
|
|
|
|
|
<title>投票统计</title>
|
|
|
|
|
<meta name="renderer" content="webkit">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
|
|
@ -286,14 +286,14 @@
|
|
|
|
|
<div class="layui-row layui-col-space10">
|
|
|
|
|
<div class="layui-col-md6">
|
|
|
|
|
<div class="layui-card">
|
|
|
|
|
<div class="layui-card-header" style="font-weight: bolder;">高级教师推荐排行</div>
|
|
|
|
|
<div class="layui-card-header" style="font-weight: bolder;">高级教师投票排行</div>
|
|
|
|
|
<div class="layui-card-body" id="advancedSortView">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<script id="advancedSortScript" type="text/html">
|
|
|
|
|
<ul class="list">
|
|
|
|
|
{{# layui.each(d.data, function(index, item){ }}
|
|
|
|
|
<li class="list-item"><span class="title">{{ item.houxuanren_name }}</span><span class="footer">{{ item.score }}</span></li>
|
|
|
|
|
<li class="list-item"><span class="title">{{ index+1 }}. {{ item.houxuanren_name }}</span><span class="footer">{{ item.score }}</span></li>
|
|
|
|
|
{{# }); }}
|
|
|
|
|
</ul>
|
|
|
|
|
</script>
|
|
|
|
@ -301,14 +301,14 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layui-col-md6">
|
|
|
|
|
<div class="layui-card">
|
|
|
|
|
<div class="layui-card-header" style="font-weight: bolder;">中级教师推荐排行</div>
|
|
|
|
|
<div class="layui-card-header" style="font-weight: bolder;">中级教师投票排行</div>
|
|
|
|
|
<div class="layui-card-body" id="middleSortView">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<script id="middleSortScript" type="text/html">
|
|
|
|
|
<ul class="list">
|
|
|
|
|
{{# layui.each(d.data, function(index, item){ }}
|
|
|
|
|
<li class="list-item"><span class="title">{{ item.houxuanren_name }}</span><span class="footer">{{ item.score }}</span></li>
|
|
|
|
|
<li class="list-item"><span class="title">{{ index+1 }}. {{ item.houxuanren_name }}</span><span class="footer">{{ item.score }}</span></li>
|
|
|
|
|
{{# }); }}
|
|
|
|
|
</ul>
|
|
|
|
|
</script>
|
|
|
|
|