|
|
|
@ -59,7 +59,7 @@
|
|
|
|
|
</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>
|
|
|
|
@ -67,7 +67,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div style="text-align:center;margin-top: 20px;">
|
|
|
|
|
<span id="identityView" style="color: blue;"></span>
|
|
|
|
|
<script id="identityScript" type="text/html">
|
|
|
|
|
<script id="identityScript" type="text/html">
|
|
|
|
|
{{# if(d.toupiaoren_type_id == 1){ }}
|
|
|
|
|
投票人身份:评委会
|
|
|
|
|
{{# } else { }}
|
|
|
|
@ -172,7 +172,13 @@
|
|
|
|
|
zhongji: middleArr.toString()
|
|
|
|
|
},
|
|
|
|
|
success: function (data) {
|
|
|
|
|
layer.msg(data.message, { icon: 1, time: 1500, shade: [0.1, '#000', true] });
|
|
|
|
|
if (data.success) {
|
|
|
|
|
layer.msg(data.message, { icon: 1, time: 2000, shade: [0.1, '#000', true] });
|
|
|
|
|
window.location = "./result.html";
|
|
|
|
|
} else {
|
|
|
|
|
layer.msg(data.message, { icon: 2, time: 2500, shade: [0.1, '#000', true] });
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|