|
@@ -19,7 +19,7 @@
|
|
|
<div
|
|
|
class="swiper-slide scene-slide"
|
|
|
v-tooltip="
|
|
|
- item.type === '4dkk' ? $i18n.t('navigation.scene_edit_tips') : ''
|
|
|
+ item.type == '4dkk' ? $i18n.t('navigation.scene_edit_tips') : ''
|
|
|
"
|
|
|
:class="{
|
|
|
active: currentScene.id == item.id || (currentScene.sid && currentScene.sid == item.sid),
|
|
@@ -29,6 +29,7 @@
|
|
|
// currentScene.id == item.id,
|
|
|
}"
|
|
|
v-for="(item, index) in currentScenesList"
|
|
|
+ :key="item.id"
|
|
|
>
|
|
|
<div @click="tabCurrentScene(item, index)" class="scene-content" :style="`background-image:url(${item.icon});`">
|
|
|
<!-- <img :src="i.icon" alt="" /> -->
|