diff --git a/pages/plugins/video/detail/detail.vue b/pages/plugins/video/detail/detail.vue index c5c0c2d7..6a9c8b4d 100644 --- a/pages/plugins/video/detail/detail.vue +++ b/pages/plugins/video/detail/detail.vue @@ -79,8 +79,11 @@ - - + + + + + @@ -368,7 +371,7 @@ const newComment = { id: `c${Date.now()}`, - userHead: 'http://8.146.211.120:8080/upload/avatar/d5537aa243ef6a74a50bf4ffd4ca6876.jpg', // Placeholder avatar + userHead: 'http://8.146.211.120:8080/upload/avatar/d5537aa243ef6a74a50bf4ffd4ca6876.jpg', userNick: '我', content: comment_text, time: new Date().toLocaleString()