吉安感知网项目-前端
张含笑
2026-02-26 8c4a5e827cb2a23e5b13aaebe62e92ebe558b7be
feat:调整
1 files modified
4 ■■■■ changed files
applications/mobile-web-view/src/appPages/work/workDetail/index.vue 4 ●●●● 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,