修改打开弹窗写法

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-06-23 18:17:36 +08:00
parent b5342122db
commit 37091ed050
11 changed files with 46 additions and 50 deletions

View File

@@ -647,9 +647,7 @@ const submitAnswerComments = (index, i) => {
};
// 回答-评论 点赞
const operateAnswerCommentsLike = (token, index, i) => {
console.log(realname.value == 0, user);
const operateAnswerCommentsLike = (token, index, i) => {
if (realname.value == 0 && user.value.uin > 0) {
openAttest();
return;