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