类型:开发

描述:
This commit is contained in:
2025-04-02 19:59:58 +08:00
parent 3b3d243d27
commit 623aea0c9b
3 changed files with 7 additions and 5 deletions

View File

@@ -5,11 +5,11 @@ export const useScenicStore = defineStore('scenic', () => {
// 门票销售数据 // 门票销售数据
let scenicSpotData = ref({ let scenicSpotData = ref({
data: [ data: [
{ name: '今日票数', value: 0 }, { name: '今日票数', value: 0 },
{ name: '未来三天票数', value: 0 }, { name: '未来三天票数', value: 0 },
{ name: '三天后票数', value: 0 } { name: '三天后票数', value: 0 }
], ],
infoList: [ infoList: [
{ name: '游玩舒适度', type: 0, value: '空闲' }, { name: '游玩舒适度', type: 0, value: '空闲' },

View File

@@ -103,7 +103,8 @@
alt="" alt=""
/> />
<img v-if="scenicSpotId == '龙桥河'" class="map-img" src="@/assets/images/lqh.jpg" alt="" /> --> <img v-if="scenicSpotId == '龙桥河'" class="map-img" src="@/assets/images/lqh.jpg" alt="" /> -->
<iframe v-if="scenicSpotId == 'root000000' || scenicSpotId == 'root00000000'" width="100%" height="100%" src="/map/sxzd/sxzd.html"></iframe> <iframe v-if="scenicSpotId == 'root000000'" width="100%" height="100%" src="/map/sxzd/bdc.html"></iframe>
<iframe v-if="scenicSpotId == 'root00000000'" width="100%" height="100%" src="/map/sxzd/sxzd.html"></iframe>
<iframe v-if="scenicSpotId == '龙桥河'" width="100%" height="100%" src="/map/lqh/lqh.html"></iframe> <iframe v-if="scenicSpotId == '龙桥河'" width="100%" height="100%" src="/map/lqh/lqh.html"></iframe>
</div> </div>
<div class="flex"> <div class="flex">

View File

@@ -20,7 +20,8 @@
</div> </div>
</div> </div>
<div class="main"> <div class="main">
<iframe v-if="scenicSpotId == 'root000000' || scenicSpotId == 'root00000000'" width="100%" height="100%" src="/map/sxzd/sxzd.html"></iframe> <iframe v-if="scenicSpotId == 'root000000'" width="100%" height="100%" src="/map/sxzd/bdc.html"></iframe>
<iframe v-if="scenicSpotId == 'root00000000'" width="100%" height="100%" src="/map/sxzd/sxzd.html"></iframe>
<iframe v-if="scenicSpotId == '龙桥河'" width="100%" height="100%" src="/map/lqh/lqh.html"></iframe> <iframe v-if="scenicSpotId == '龙桥河'" width="100%" height="100%" src="/map/lqh/lqh.html"></iframe>
</div> </div>
<div class="footer"> <div class="footer">