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

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

@@ -69,7 +69,7 @@
 				this.form.carNum += val;
 				console.log(this.form.carNum);
 					this.$refs.uKeyboard.changeCarInputMode()
-					this.$forceUpdate()
+				//	this.$forceUpdate()
 			},
 			// 退格键被点击
 			backspace() {