@@ -68,7 +68,7 @@
// 将每次按键的值拼接到form.carNum变量中,注意+=写法
this.form.carNum += val;
console.log(this.form.carNum);
- this.$refs.uKeyboard.changeCarInputMode()
+ // this.$refs.uKeyboard.changeCarInputMode()
// this.$forceUpdate()
},
// 退格键被点击