phongdt:podcast details
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user