This commit is contained in:
X1627315083
2024-07-17 17:28:02 +08:00
parent 3fce2020da
commit aa5d3e8a33
6 changed files with 62 additions and 67 deletions

View File

@@ -73,12 +73,12 @@ export default defineComponent({
},{
title:'Source Fashion 2024 Culture x AI - KAN TAI KEUNG X AIDLAB X HONG KONG FASHION DESIGNERS SHOW',
time:'14 Jul 2024',
id:1,
id:2,
imgUrl:'https://www.aidlab.hk/uploads/n_image2_1715053576.png'
},{
title:'Source Fashion 2024',
time:'14 Jul 2024',
id:1,
id:3,
imgUrl:'https://www.aidlab.hk/uploads/n_image2_1715053576.png'
},
],
@@ -137,7 +137,9 @@ export default defineComponent({
}
let {t} = useI18n()
let openEventsDetail = (item:any)=>{
router.push(`${router.currentRoute._value.path}/eventsDetail?id=${item.id}`)
let path = router.currentRoute._value.path
router.push(`/Square/eventsDetail?id=${item.id}`)
// router.push(`${path}?id=${item.id}`)
}
onMounted (()=>{
// filter.isShowMark = false
@@ -180,7 +182,7 @@ export default defineComponent({
// overflow: hidden;
// height: 100%;
height: auto;
min-height: 100%;
min-height: 100%;
padding: 0 9rem;
// min-width: 1440px;
position: relative;