关闭键盘显示
parent
4a08899e27
commit
f254070882
|
|
@ -1153,6 +1153,9 @@
|
||||||
if (data.code == 0) {
|
if (data.code == 0) {
|
||||||
// 关闭输入框
|
// 关闭输入框
|
||||||
this.is_add_comment = false;
|
this.is_add_comment = false;
|
||||||
|
//关闭键盘
|
||||||
|
uni.hideKeyboard();
|
||||||
|
|
||||||
const new_data = data.data;
|
const new_data = data.data;
|
||||||
// 没有回复时的评论
|
// 没有回复时的评论
|
||||||
if (new_video_comments_id == 0) {
|
if (new_video_comments_id == 0) {
|
||||||
|
|
|
||||||
|
|
@ -1221,6 +1221,9 @@
|
||||||
if (data.code == 0) {
|
if (data.code == 0) {
|
||||||
// 关闭输入框
|
// 关闭输入框
|
||||||
this.is_add_comment = false;
|
this.is_add_comment = false;
|
||||||
|
//关闭键盘
|
||||||
|
uni.hideKeyboard();
|
||||||
|
|
||||||
const new_data = data.data;
|
const new_data = data.data;
|
||||||
// 没有回复时的评论
|
// 没有回复时的评论
|
||||||
if (new_video_comments_id == 0) {
|
if (new_video_comments_id == 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue