只想弹出遮罩框 ,如何实现
只想弹出遮罩框 ,如何实现 this.form.node.mask();TypeError: this.form.node.mask is not a function 换成这个试试,this.form.get("div").node.mask().
要this.form.get(表单标识).node.mask() this.form.node.mask();
TypeError: this.form.node.mask is not a function node.mask();是遮罩(node是DOM节点),对应的取消遮罩是 node.unmask();
页:
[1]