吉安感知网项目-前端
shuishen
2026-02-26 039679bf092a8a6cb1f8c921c8a2cfa5306dcf73
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,