|
|
|
@ -59,29 +59,26 @@
|
|
|
|
|
</script>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="text-align:center;padding-top: 30px;">
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<button class="layui-btn" lay-submit lay-filter="submit">立即提交</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="text-align:center;margin-top: 20px;">
|
|
|
|
|
<span id="identityView" style="color: blue;"></span>
|
|
|
|
|
<script id="identityScript" type="text/html">
|
|
|
|
|
{{# layui.each(d.data, function(index, item){ }}
|
|
|
|
|
{{# if(item.toupiaoren_type_id == 1){ }}
|
|
|
|
|
<script id="identityScript" type="text/html">
|
|
|
|
|
{{# if(d.toupiaoren_type_id == 1){ }}
|
|
|
|
|
投票人身份:评委会
|
|
|
|
|
{{# } else { }}
|
|
|
|
|
投票人身份:群众
|
|
|
|
|
{{# } }}
|
|
|
|
|
{{# }); }}
|
|
|
|
|
{{# } }}
|
|
|
|
|
</script>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="text-align:center;padding-top: 20px;">
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<button class="layui-btn" lay-submit lay-filter="submit">立即提交</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src="./component/layui/layui.js"></script>
|
|
|
|
|
<script src="./component/pear/pear.js"></script>
|
|
|
|
|
<script src="./component/other/js/base64.js"></script>
|
|
|
|
@ -175,7 +172,7 @@
|
|
|
|
|
zhongji: middleArr.toString()
|
|
|
|
|
},
|
|
|
|
|
success: function (data) {
|
|
|
|
|
layer.msg("成功!" + data.message, { icon: 1, time: 1500, shade: [0.1, '#000', true] });
|
|
|
|
|
layer.msg(data.message, { icon: 1, time: 1500, shade: [0.1, '#000', true] });
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|