self.input_bg = ui.newEditBox({
image = "friend/img_input.png",
UIInputType = 1,
size = cc.size(570, 66),
listener = function (event, eventType)
if event == "return" then
print("sssssssss")
end
end
})