客户案例详情
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user