uni-app使用input框 v-model双向绑定不起作用解决方案 需求:用js修改input框的内容 例如: <input type="digit" v-model="money" @input="inputValue"/> inputValue(event){ if (