居民助手

This commit is contained in:
liuye
2024-01-05 17:58:10 +08:00
parent e43006a636
commit 5a8aea6776

View File

@@ -143,6 +143,7 @@ export default {
this.isStart = false this.isStart = false
}, },
keyboardClick() { keyboardClick() {
if(this.isStart) return
this.type = 'text' this.type = 'text'
this.content = '' this.content = ''
}, },