| | |
| | | </div> |
| | | <!-- 图片卡片 --> |
| | | <div th:each="snapRecord : ${snapRecordList}" class="gallery-item"> |
| | | <!-- <img th:src="${snapRecord.imgPath}" th:alt="${snapRecord.id}"--> |
| | | <!-- th:data-url="${snapRecord.imgPath}" th:data-id="${snapRecord.id}"--> |
| | | <img th:src="@{/logo-sm.png}" th:alt="${snapRecord.id}" |
| | | th:data-url="@{/logo-sm.png}" th:data-id="${snapRecord.id}" |
| | | <img th:src="${snapRecord.imgName ?: '/logo-sm.png'}" th:alt="${snapRecord.id}" |
| | | th:data-url="${snapRecord.imgName ?: '/logo-sm.png'}" th:data-id="${snapRecord.id}" |
| | | class="gallery-img" onclick="showSnapRecordPreview(this.getAttribute('data-url'))"> |
| | | <div class="gallery-info"> |
| | | <div class="gallery-header"> |