主页item图片,底部url

This commit is contained in:
李志鹏
2026-06-02 11:35:06 +08:00
parent 087f8f1096
commit 310e514206
12 changed files with 99 additions and 37 deletions

View File

@@ -17,25 +17,25 @@
<script setup lang="ts">
import { computed, ref } from 'vue'
const list = ref([
{
title: 'Womens Item',
tip: 'Blue Pleat Aria',
url: 'http://118.31.39.42:3000/falls/digital-items-1.png'
},
{
title: 'Girls Item',
tip: 'Candy Riot',
url: 'http://118.31.39.42:3000/falls/digital-items-2.jpg'
tip: 'Meadow Wrap',
url: '/images/home/digital-items-5.png'
},
{
title: 'Mens Item',
tip: 'Void Armour',
url: 'http://118.31.39.42:3000/falls/digital-items-3.png'
title: 'Womens Item',
tip: 'Onyx Silhouette',
url: '/images/home/digital-items-6.png'
},
{
title: 'Boys Item',
tip: 'Jester Edit',
url: 'http://118.31.39.42:3000/falls/digital-items-4.png'
tip: 'Autumn Roam',
url: '/images/home/digital-items-7.png'
},
{
title: 'Mens Item',
tip: 'Archive Casual',
url: '/images/home/digital-items-8.png'
}
])
</script>