|
|
@@ -25,9 +25,9 @@
|
|
|
<div v-for="item in applications" :key="item.id">
|
|
|
<div class="application-card">
|
|
|
<div class="card-image">
|
|
|
- <img :src="curUrl + item.c_picture" :alt="item.c_jsdw" />
|
|
|
+ <img :src="curUrl + item.c_picture" :alt="item.title" />
|
|
|
</div>
|
|
|
- <h3 class="card-title"> {{ item.c_jsdw }}</h3>
|
|
|
+ <h3 class="card-title"> {{ item.title }}</h3>
|
|
|
<div class="card-info">
|
|
|
<p><strong>访问类型:</strong> {{ item.type }}</p>
|
|
|
<p><strong>建设单位:</strong> {{ item.jsdw }}</p>
|