"), {icon:3,title:"请确认",shade:0.1}, function (index) { + layer.close(index); + picbed.ajax("{{ url_for('api.my', Action='deleteAccount') }}", function(res) { + location.href = "{{ url_for('front.logout') }}"; + }); + }); + }); //监听token动作 $("#create...