input password类型切换 PC上有效,手机上无效

发布于 7 年前作者 xiuyingren7410 次浏览最后编辑 7 年前来自 ask
<input style="width:200px;" password="{{isPassword}}" placeholder="请输入账号密码" placeholder-class="font_normal color_gray" bindinput="passWordnoteInput"></input>
switchPassword() {
            this.isPassword = !this.isPassword;
            this.$apply();
        },

代码差不多如上。

开发工具里有效,但手机上无效。求教

0 回复
暂无回复