|
|
|
@ -276,6 +276,9 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="layui-card-header header_top">劳动教育</div>
|
|
|
|
|
<div class="layui-card-body" id="xxldjy">
|
|
|
|
|
</div>
|
|
|
|
|
<!--
|
|
|
|
|
<div class="layui-card-body">
|
|
|
|
|
<div class="layui-row">
|
|
|
|
|
<div class="layui-col-xs4">
|
|
|
|
@ -379,7 +382,7 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
<div class="layui-card-header header_top">创客</div>
|
|
|
|
|
<div class="layui-card-body" id="xxck">
|
|
|
|
@ -678,6 +681,9 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="layui-card-header header_top">劳动教育</div>
|
|
|
|
|
<div class="layui-card-body" id="czldjy">
|
|
|
|
|
</div>
|
|
|
|
|
<!--
|
|
|
|
|
<div class="layui-card-body">
|
|
|
|
|
<div class="layui-row">
|
|
|
|
|
<div class="layui-col-xs4">
|
|
|
|
@ -781,7 +787,7 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
<div class="layui-card-header header_top">创客</div>
|
|
|
|
|
<div class="layui-card-body" id="czck">
|
|
|
|
@ -1249,6 +1255,14 @@
|
|
|
|
|
}
|
|
|
|
|
$('#xxck').html(_xxckHtml);
|
|
|
|
|
|
|
|
|
|
//小学劳动教育
|
|
|
|
|
var _xxldjyHtml = "";
|
|
|
|
|
var _xxldjy = res.list_xx_ldjy;
|
|
|
|
|
for (var i = 0; i < _xxldjy.length; i++) {
|
|
|
|
|
_xxldjyHtml += getDoubleLdjy(_xxldjy[i].lx_name, _xxldjy[i].js);
|
|
|
|
|
}
|
|
|
|
|
$('#xxldjy').html(_xxldjyHtml);
|
|
|
|
|
|
|
|
|
|
//初中物理
|
|
|
|
|
var _czwlHtml = "";
|
|
|
|
|
var _czwl = res.list_cz_wl;
|
|
|
|
@ -1285,8 +1299,6 @@
|
|
|
|
|
}
|
|
|
|
|
$('#czsw').html(_czswHtml);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//初中音乐
|
|
|
|
|
var _czyyHtml = "";
|
|
|
|
|
var _czyy = res.list_cz_yq;
|
|
|
|
@ -1322,6 +1334,14 @@
|
|
|
|
|
}
|
|
|
|
|
$('#czck').html(_czckHtml);
|
|
|
|
|
|
|
|
|
|
//初中劳动教育
|
|
|
|
|
var _czldjyHtml = "";
|
|
|
|
|
var _czldjy = res.list_cz_ldjy;
|
|
|
|
|
for (var i = 0; i < _czldjy.length; i++) {
|
|
|
|
|
_czldjyHtml += getDoubleLdjy(_czldjy[i].lx_name, _czldjy[i].js);
|
|
|
|
|
}
|
|
|
|
|
$('#czldjy').html(_czldjyHtml);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#cz_tygyshshu").html(res.cz_tygyshshu);
|
|
|
|
|
$("#cz_tyqjkkjshu").html(res.cz_tyqjkkjshu);
|
|
|
|
|