1
0

客户案例详情

This commit is contained in:
2025-12-16 11:48:54 +08:00
parent 2adcea4e1d
commit 89e822efcd
5 changed files with 376 additions and 22 deletions

View File

@@ -167,8 +167,9 @@
let html = '';
cards.forEach(card => {
const href = card.href || 'classiccase_example.html';
html += `
<a href="#" class="product-card">
<a href="${href}" class="product-card">
<div class="card-img">
<img src="${card.img}" alt="${card.title}">
</div>