修改打开弹窗写法
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user