日期:2014-05-16 浏览次数:20543 次
from1.getForm().submit({
failure : function(myfrom, myaction) {
Ext.MessageBox.wait('请等待', '数据读取中……');
if (myaction.result && myaction.result == 1) {
window.location.href = 'index.php?s=/index/index/main';
} else {
Ext.Msg.alert('用户名密码错误!请重新输入!');
}
}
}