liuyg
2022-01-25 117dc4cec546f830bc941ea314dcbdb9b370b211
src/pcviews/specialmap/welcome.vue
@@ -3,7 +3,7 @@
 * @Name: 社区迎新
 * @Date: 2021-11-15 17:14:47
 * @Last Modified by: Morpheus
 * @Last Modified time: 2022-01-17 11:25:32
 * @Last Modified time: 2022-01-21 16:01:43
 */
<template>
    <div>
@@ -80,7 +80,7 @@
                        </a>
                    </div>
                    <div class="content">
                        <iframe :src="panoramaUrl" frameborder="0"></iframe>
                        <iframe style="width: 100%; height: 100%" :src="panoramaUrl" frameborder="0"></iframe>
                    </div>
                </div>
            </div>
@@ -108,13 +108,13 @@
            DC: null,
            pathLayer: null,
            pointLayer: null,
            panoramaUrlOne: '',
            panoramaUrl: '',
            audioSource: '',
            audioFlag: false,
            audioCourse: false,
            audioSynth: null,
            audioMsg: null,
            panoramaShow: false
        }
    },
@@ -140,6 +140,8 @@
            this.time = result.time
            this.sponsor = result.sponsor
            this.undertake = result.undertake
            this.panoramaUrl = result.panoramaurl
            this.panoramaUrlOne = result.panoramaurl
            this.introduce = result.context
            this.audioSource = result.context
            this.list = result.tpurl.split(',')
@@ -250,6 +252,7 @@
        },
        panoramaPlay () {
            this.panoramaShow = true
            this.panoramaUrl = this.panoramaUrlOne
        }
    }