吉安感知网项目-前端
张含笑
2026-02-02 da313acf969024a922548662a9afa5b15abda26f
feat:调整
1 files modified
10 ■■■■ changed files
uniapps/work-app/src/subPackages/workDetail/index.vue 10 ●●●● patch | view | raw | blame | history
uniapps/work-app/src/subPackages/workDetail/index.vue
@@ -155,10 +155,10 @@
    const smallUrl = detail.eventImageUrl
    imageArr.push(smallUrl)
  }
  if (detail.update_photo_url) {
    const smallUrl = detail.update_photo_url
    imageArr.push(smallUrl)
  }
  // if (detail.update_photo_url) {
  //   const smallUrl = detail.update_photo_url
  //   imageArr.push(smallUrl)
  // }
  return imageArr
})
// 跳转地图
@@ -277,7 +277,7 @@
            title: workDetailData.value.event_name || '工单详情',
            summary: '查看工单详情',
            href: 'https://example.com/workDetail?eventNum=' + workDetailData.value.event_num,
            imageUrl: workDetailData.value.photo_url,
            imageUrl: workDetailData.value.eventImageUrl,
            success: () => {
                uni.showToast({ title: '分享成功', icon: 'success' })
                onShareModalClose()