|
@@ -30,7 +30,7 @@ const getDetailById = async () => {
|
|
if (res.code == 0) {
|
|
if (res.code == 0) {
|
|
activeDetail.value = res.data.entity
|
|
activeDetail.value = res.data.entity
|
|
|
|
|
|
- videos.value = res.data.entity.filter((item: any) => {
|
|
|
|
|
|
+ videos.value = res.data.file.filter((item: any) => {
|
|
return item.filePath.includes('mp4')
|
|
return item.filePath.includes('mp4')
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
@@ -148,6 +148,7 @@ onBeforeMount(() => {
|
|
|
|
|
|
.booking-btn {
|
|
.booking-btn {
|
|
width: 80%;
|
|
width: 80%;
|
|
|
|
+ max-width: 400px;
|
|
height: 60px;
|
|
height: 60px;
|
|
border-radius: 50px;
|
|
border-radius: 50px;
|
|
background: url(@/assets/images/onlineBg.png);
|
|
background: url(@/assets/images/onlineBg.png);
|