zhengkaixin 3 years ago
parent
commit
a976ce4d9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/user/car/carAdd.vue

+ 1 - 1
pages/user/car/carAdd.vue

@@ -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()
 			},
 			// 退格键被点击