phongdt:podcast details

This commit is contained in:
Duong Truong Phong
2024-05-31 16:38:12 +07:00
parent 9e72b00aa7
commit 2f8c9b9cb8
8 changed files with 44 additions and 63 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ const loadPage = async (contentType: string | number) => {
watch(currentArticle, async () => {
let isContentType : string = '';
console.log(currentArticle.value.contentType, 'type')
console.log(currentArticle.value, 'type')
switch (currentArticle.value?.contentType) {
case 1:
isContentType = 'trang-doi-song'
@@ -47,7 +47,7 @@ watch(currentArticle, async () => {
break;
case 3:
isContentType = 'ArticleLayoutPodcast'
isContentType = 'trang-chi-tiet-podcast'
break;
case 4: