| applications/mobile-web-view/src/appPages/work/workDetail/index.vue | ●●●●● patch | view | raw | blame | history |
applications/mobile-web-view/src/appPages/work/workDetail/index.vue
@@ -69,14 +69,14 @@ const imageArr = [] const detail = workDetailData.value if (detail.eventImageUrl) { const smallUrl = getSmallImg(detail.eventImageUrl) const smallUrl = detail.eventImageUrl imageArr.push(smallUrl) } return imageArr }) const openPreview = index => { const detail = workDetailData.value const showUrl = getShowImg(detail.eventImageUrl) const showUrl = detail.eventImageUrl showImagePreview({ images: [showUrl], startPosition: 0,