eventDetail页面

This commit is contained in:
X1627315083@163.com
2026-05-28 14:42:28 +08:00
parent 6415523eef
commit 212b47a241
5 changed files with 134 additions and 14 deletions

View File

@@ -6,16 +6,6 @@ const props = defineProps({
default: () => [],
},
})
const eventList = ref([
{
url:'https://code-create.com.hk/wp-content/uploads/2026/05/45e19bf9012eac5071ace52896e4f53f-600x331.png',
title:'Elevate Operation Efficiency',
},
{
url:'https://code-create.com.hk/wp-content/uploads/2026/04/award_qrcode_en-600x750.gif',
title:'Elevate Operation Efficiency',
},
])
defineExpose({})
</script>
<template>