jinx 5 달 전
부모
커밋
337e063bb2
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      packages/qjkankan-editor/src/framework/play/pano/components/new-list.vue

+ 3 - 0
packages/qjkankan-editor/src/framework/play/pano/components/new-list.vue

@@ -18,6 +18,9 @@
           > -->
           <div
             class="swiper-slide scene-slide"
+            v-tooltip="
+              item.type === '4dkk' ? $i18n.t('navigation.scene_edit_tips') : ''
+            "
             :class="{
               active: currentScene.id == item.id || (currentScene.sid && currentScene.sid == item.sid),
               disabled: isLockV4Scene,