去掉关闭eas页面时校验是否修改的提示

//去掉关闭eas页面时校验是否修改的提示
页面重写checkBeforeWindowClosing()方法返回true值。

@Override
    public boolean checkBeforeWindowClosing() {
    	return true;
    }

猜你喜欢

转载自my.oschina.net/hipanda/blog/1814287