最近在做小程序开发,发现input设置了value,在提交的时候获取不到值?
小程序需要手动绑定Value,在输入框输入的时候获取e.currentTarget.dataset然后重新设置一下value即可
bindinput绑定试试