diff --git a/src/views/AppCarouselList.vue b/src/views/AppCarouselList.vue index 599406e..1392090 100644 --- a/src/views/AppCarouselList.vue +++ b/src/views/AppCarouselList.vue @@ -114,6 +114,9 @@ export default { this.$nextTick(() => this.$storeBoard.dialog = true) } }) + }, + getCameraUrl(item) { + return item.camera?.[0] } }, watch: { @@ -143,11 +146,9 @@ export default {
- - - - - +
+ +
@@ -203,4 +204,8 @@ export default { .AppCarouselList .store { width: calc(33% - 16px); } + +.AppCarouselList .camera { + height: 250px; +}