소스 검색

Merge branch 'master' of http://192.168.0.115:3000/shaogen1995/ShouBo into master

shaogen1995 3 년 전
부모
커밋
2fe125c44d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      web/src/views/Exhibitions/info.vue

+ 2 - 2
web/src/views/Exhibitions/info.vue

@@ -187,8 +187,8 @@
             v-for="i in data.objects"
             :key="i"
             tabindex="0"
-            aria-label=""
-            aria-description=""
+            aria-label="Image"
+            :aria-description="tempArr[i-1]"
           >
             <img
               :src="`/data/Exhibitions/${dataUrl}/objects${data.topImg}/objects${i}${data.imgLast}`"