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