chenlei пре 8 месеци
родитељ
комит
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>