Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-05-14 17:25:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a169cdb65d4dbe1a6ed638259b6b1dcd59d59424
a169cdb6
1 parent
ffbbe0ab
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/CommentList/index.vue
src/components/CommentList/index.vue
View file @
a169cdb
...
...
@@ -97,7 +97,7 @@ const commentType = ref('comment'); // 类型 comment 为评论/类型 reply 为
const commentId = ref('')
const replayUser = ref('')
const setComment = (v, type) => { //
if (validIdCard.can_use) {
if (validIdCard.can_use
.value
) {
showCommentBoxPopup.value = true;
commentType.value = type;
replayUser.value = v.name;
...
...
Please
register
or
login
to post a comment