|
|
@@ -442,7 +442,7 @@ const changePassFu = () => {
|
|
|
<div class="backHome" v-show="isShowFigure" @click="() => { router.replace('/home') }">
|
|
|
<img src="@/assets/images/scene/backHome.png" alt="">
|
|
|
</div>
|
|
|
- <iframe v-if="currentUnit" id="sceneiframe"
|
|
|
+ <iframe v-if="currentUnit && currentUnit.code" id="sceneiframe"
|
|
|
:src="`/scene/index.html?m=${currentUnit.code}${currentUnit.unit == '尾厅' ? '&firstView=pano:42,qua:0.009218044457158925,0.8470543054294898,-0.01469850441003682,0.5312231071060547&qs=1' : pointInfo}`"></iframe>
|
|
|
<!-- <iframe id="sceneiframe"
|
|
|
:src="`/web/index.html#/scene?code=KJ-mTSkFdm273x`"></iframe> -->
|
|
|
@@ -455,7 +455,8 @@ const changePassFu = () => {
|
|
|
<div v-show="browser.mobile" class="show-title">行业公益力量展</div>
|
|
|
<div class="hots-box-left">
|
|
|
<div class="left-item" :style="{ background: currentUnit.unit == item.unit ? '#66141885' : '' }"
|
|
|
- v-for="(item, index) in store.hotspots" :key="index" @click="() => { changeUnit(item); pointInfo = '' }">{{
|
|
|
+ v-for="(item, index) in store.hotspots" :key="index"
|
|
|
+ @click="() => { changeUnit(item); pointInfo = ''; isShowFigure = true }">{{
|
|
|
item.unit
|
|
|
}}</div>
|
|
|
</div>
|