Commit 86cc9636 authored by ibuler's avatar ibuler

更换alert我layer

parent 09416286
...@@ -113,12 +113,12 @@ $('#userForm').validator({ ...@@ -113,12 +113,12 @@ $('#userForm').validator({
$("document").ready(function() { $("document").ready(function() {
$("#regen_ssh_key").click(function () { $("#regen_ssh_key").click(function () {
alert('申请已提交,请等待,请勿重复提交'); layer.alert('申请已提交,请等待,请勿重复提交');
$.get( $.get(
$(this).attr('value'), $(this).attr('value'),
{}, {},
function(data){ function(data){
alert(data) layer.alert(data)
} }
) )
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment