码迷,mamicode.com
首页 > 移动开发 > 详细

uniapp输入空格

时间:2020-07-15 13:07:12      阅读:436      评论:0      收藏:0      [点我收藏+]

标签:iap   settime   ace   timeout   time   使用   空格   tail   his   

uniapp   密码框输入空格(去除空格)的时候一直回显不及时  经过一番折腾 终于搞定

1.先赋值:     this.pwd = e.detail.value

2. 使用setTimeout(再次赋值 )

 setTimeout(() => { this.pwd = e.detail.value;this.pwd=this.pwd.replace(/\s+/g,‘‘);}, 0)

uniapp输入空格

标签:iap   settime   ace   timeout   time   使用   空格   tail   his   

原文地址:https://www.cnblogs.com/j190512/p/13304432.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!