chenlei 8 месяцев назад
Родитель
Сommit
3222ca1ded
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scene/src/views/gui/components/guide.vue

+ 1 - 1
scene/src/views/gui/components/guide.vue

@@ -25,7 +25,7 @@
         <div class="swiper-slide" :class="{ active: index == guidePlayIndex }" v-for="(i, index) in tourList">
           <img :src="i.heroLocations[0].thumbUrl" alt="" />
           <div class="sl-item" :data-v="JSON.stringify({ data: i.heroLocations[0], index })">
-            <span>{{ i.name }}</span>
+            <span :data-v="JSON.stringify({ data: i.heroLocations[0], index })">{{ i.name }}</span>
           </div>
         </div>
       </ul>