diff --git a/components/commentList.vue b/components/commentList.vue index 3638cb3..95c2caf 100644 --- a/components/commentList.vue +++ b/components/commentList.vue @@ -7,7 +7,7 @@
- +
@@ -24,7 +24,7 @@
{{ item }}
-
+
最多可上传1张图片,支持在输入框中直接粘贴图片。 @@ -73,7 +73,7 @@
- +
@@ -89,7 +89,7 @@
{{ item }}
-
+
最多可上传1张图片,支持在输入框中直接粘贴图片。 @@ -144,7 +144,7 @@
- +
@@ -160,7 +160,7 @@
{{ item }}
-
+
最多可上传1张图片,支持在输入框中直接粘贴图片。 @@ -648,7 +648,7 @@ const closeUserInfo = (index, i) => { else if (index != undefined) commentList.value[index]["avatarState"] = false } -const judgeFocus = () => { +const judgeLogin = () => { if (isNeedLogin.value) { goLogin() return