类型:开发
描述:
This commit is contained in:
@@ -5,11 +5,11 @@ export const useScenicStore = defineStore('scenic', () => {
|
||||
// 门票销售数据
|
||||
let scenicSpotData = ref({
|
||||
data: [
|
||||
{ name: '今日购票数', value: 0 },
|
||||
{ name: '购今日票数', value: 0 },
|
||||
|
||||
{ name: '未来三天购票数', value: 0 },
|
||||
{ name: '购未来三天票数', value: 0 },
|
||||
|
||||
{ name: '三天后购票数', value: 0 }
|
||||
{ name: '购三天后票数', value: 0 }
|
||||
],
|
||||
infoList: [
|
||||
{ name: '游玩舒适度', type: 0, value: '空闲' },
|
||||
|
||||
@@ -103,7 +103,8 @@
|
||||
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>
|
||||
</div>
|
||||
<div class="flex">
|
||||
|
||||
@@ -20,7 +20,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
<div class="footer">
|
||||
|
||||
Reference in New Issue
Block a user