uniapp 输入框值改变页面不刷新

63 阅读1分钟

加一个延时就ok 了

setTimeout(() => {
this.moneyValue =event.target.value;
}, 100);