Răsfoiți Sursa

键盘优化

shish 1 an în urmă
părinte
comite
974d474dee

+ 0 - 1
ghsPad/src/components/vKeyboard/VKeyboard.vue

@@ -127,7 +127,6 @@ export default {
 			this.$emit('enter');
 		},
 		cancel(){
-			console.log('can')
 			this.$util.hitVoice()
 			this.$emit('cancel')
 		},

+ 0 - 1
hdPad/src/components/vKeyboard/VKeyboard.vue

@@ -129,7 +129,6 @@ export default {
 			this.$emit('enter');
 		},
 		cancel(){
-			console.log('can')
 			this.$util.hitVoice()
 			this.$emit('cancel')
 		},