@ -223,7 +223,7 @@
this.$nextTick(r => {
that.boxfocus = true;
});
this.hide()
// this.hide()
},
losefocus() {
let that = this;
@ -104,14 +104,14 @@
mounted() {
this.boxfocus = true;
uni.hideKeyboard();
// uni.hideKeyboard();
// #ifdef H5
if (document.querySelector('textarea') != null) {
document.querySelector('textarea').setAttribute('inputmode', 'none')
}
// #endif
// #ifdef APP-PLUS
@ -238,7 +238,7 @@