|
|
@@ -227,7 +227,7 @@ const handlePhone = () => {
|
|
|
|
|
|
const handlePreview = (index: number) => {
|
|
|
if (!baseInfo.value.images?.length) return
|
|
|
- // TODO: uni.previewImage 与 ie-popup 在H5端有遮挡问题
|
|
|
+ // TODO: #1 uni.previewImage 与 ie-popup 在H5端有遮挡问题 #2 有些图片在previewImage里加载不出来?
|
|
|
uni.previewImage({
|
|
|
urls: baseInfo.value.images.map(i => i.url),
|
|
|
current: index,
|