Browse Source

university detail - preview

abpcoder 22 hours ago
parent
commit
5a722962b4

+ 1 - 1
src/pagesOther/pages/university/detail/components/college-profile.vue

@@ -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,