From 86cc963673b54fd433889db1456d3c049bf0146a Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 30 Dec 2015 12:11:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2alert=E6=88=91layer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/juser/change_info.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/juser/change_info.html b/templates/juser/change_info.html index 376ae54b8..7c55b674a 100644 --- a/templates/juser/change_info.html +++ b/templates/juser/change_info.html @@ -113,12 +113,12 @@ $('#userForm').validator({ $("document").ready(function() { $("#regen_ssh_key").click(function () { - alert('申请已提交,请等待,请勿重复提交'); + layer.alert('申请已提交,请等待,请勿重复提交'); $.get( $(this).attr('value'), {}, function(data){ - alert(data) + layer.alert(data) } ) })