@@ -54,15 +54,13 @@ Ext.define('erp.view.login.Login',{
}
- }],
- tbar:{
+ },{
+ xtype:'tbtext',
id:'errortip',
- hidden:true,
- items:[{
- xtype:'tbtext',
- text:'<span><font color="red">*用户名或密码错误</font></span>',
- }]
- },
+ text:'<span><font color="red">*用户名或密码错误</font></span>',
+ cls:'tbtext',
+ hidden:true
+ }],
buttons:[{
id:'loginBtn',
text:'登录'