You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
32 lines
1.1 KiB
<script src="{$yf_theme_path}public/js/wdatepicker.js"></script>
|
|
<script src="__PUBLIC__/others/jquery.form.js"></script>
|
|
<script src="__PUBLIC__/others/validate.js" type="text/javascript"></script>
|
|
<script src="__PUBLIC__/layer/layer_home.js"></script>
|
|
<script>
|
|
$(function(){
|
|
$("body").on("click","a.editcheck", function(event){
|
|
event.preventDefault();
|
|
event.stopPropagation();
|
|
var $url=this.href;
|
|
console.log("url",$url);
|
|
$.get($url, function(data){
|
|
if(data.code==1){
|
|
window.location.href=data.url;
|
|
} else {
|
|
layer.alert(data.msg, {icon: 5}, function(index){
|
|
layer.close(index);
|
|
window.location.href=data.url;
|
|
});
|
|
}
|
|
}, "json");
|
|
return false;
|
|
});
|
|
});
|
|
</script>
|
|
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? "https://" : "http://");document.write(unescape("%3Cspan style='display:none;' id='cnzz_stat_icon_1274178035'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s22.cnzz.com/z_stat.php%3Fid%3D1274178035' type='text/javascript'%3E%3C/script%3E"));</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|