Browse Source

修改

master
王露 3 years ago
parent
commit
3c42f22b38

+ 2
- 2
digital-park-web/digital-park/src/views/index/park-introduce/Introduce.vue View File

<span class="english">park introduce</span> <span class="english">park introduce</span>
</div> </div>
<img <img
:class="[lists.length < 5 ? 'park_img_100' : 'park_img_50']"
:class="[dataList.length < 5 ? 'park_img_100' : 'park_img_50']"
:src="formatImg(JSON.parse(parkInfo.photo)[0])" :src="formatImg(JSON.parse(parkInfo.photo)[0])"
alt="园区图片" alt="园区图片"
/> />
components: {}, components: {},
props: { props: {
//每个标题内容 //每个标题内容
lists: {
dataList: {
type: Array, type: Array,
default: () => [], default: () => [],
}, },

Loading…
Cancel
Save