
--- client/views/pages/user/main/Main.vue
+++ client/views/pages/user/main/Main.vue
... | ... | @@ -367,6 +367,8 @@ |
367 | 367 |
this.$router.push({ name: 'Notice' }); |
368 | 368 |
}, |
369 | 369 |
closeModal() { |
370 |
+ this.videoUrl = ""; |
|
371 |
+ this.urlHTML(this.videoUrl) |
|
370 | 372 |
this.isModalOpen = false; |
371 | 373 |
}, |
372 | 374 |
postSelectList: function () { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?