input password类型切换 PC上有效,手机上无效
<input style= "width:200px;" password= "{{isPassword}}" placeholder= "请输入账号密码" placeholder-class= "font_normal color_gray" bindinput= "passWordnoteInput" ></input> |
switchPassword() { this .isPassword = ! this .isPassword; this .$apply(); }, |
代码差不多如上。
开发工具里有效,但手机上无效。求教