Quick 3.3怎么创建EditBox老报错


         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
        })