美文网首页
兼容性处理

兼容性处理

作者: Light_boy | 来源:发表于2018-11-28 11:39 被阅读0次

    1.input框(type=number):

    处理:改为 type=text(为了兼容火狐)@keyup.native="loginform.smsCode = $event.target.value.replace(/[^\d]/g,'');$event.target.value = loginform.smsCode "(小数点和字母e处理)

    相关文章

      网友评论

          本文标题:兼容性处理

          本文链接:https://www.haomeiwen.com/subject/kdfaqqtx.html