[LayaAir 1.0]ConchInput settype无效

__getset(0,__proto,'type',function(){
        return this._type;
    },function(value){
        console.info(value)
        if (value=="password")
            this._getCSSStyle().password=true;
        else
        this._getCSSStyle().password=false;
        this._type=value;
        if (Render.isConchApp){
            this.nativeInput.setType(value);
        }
    });
 
原生app 设置数字键盘 没有效果
已邀请:

要回复问题请先

商务合作
商务合作