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:21:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
13cad3f07a42e89b93d71ff75ed6af480ae35d80
13cad3f0
1 parent
52ddc23a
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/views/client/videoDetailComment.vue
src/views/client/videoDetailComment.vue
View file @
13cad3f
...
...
@@ -171,13 +171,12 @@ const commentType = ref('comment'); // 类型 comment 为评论/类型 reply 为
const commentId = ref('')
const replayUser = ref('')
const setComment = (v, type) => {
if (validIdCard.can_use.value) {
if (
!
validIdCard.can_use.value) {
showCommentBoxPopup.value = true;
commentType.value = type;
replayUser.value = v.name;
commentId.value = v.id;
} else {
closeBtn();
showNotice.value = true;
}
}
...
...
Please
register
or
login
to post a comment