关闭键盘显示

master
于肖磊 2026-03-19 14:37:33 +08:00
parent 4a08899e27
commit f254070882
2 changed files with 6 additions and 0 deletions

View File

@ -1153,6 +1153,9 @@
if (data.code == 0) {
// 关闭输入框
this.is_add_comment = false;
//关闭键盘
uni.hideKeyboard();
const new_data = data.data;
// 没有回复时的评论
if (new_video_comments_id == 0) {

View File

@ -1221,6 +1221,9 @@
if (data.code == 0) {
//
this.is_add_comment = false;
//
uni.hideKeyboard();
const new_data = data.data;
//
if (new_video_comments_id == 0) {