liuyg
2022-03-10 76b944ec6fdf255ab7df1deb78733f5ea02c28a3
+全景
4 files modified
15 ■■■■ changed files
src/components/mobileCortrolButtom/index.vue 9 ●●●●● patch | view | raw | blame | history
src/components/mobilePopupOur/index.vue 2 ●●● patch | view | raw | blame | history
src/components/mobileWindow/index.vue 2 ●●● patch | view | raw | blame | history
src/components/mobilemap/index.vue 2 ●●● patch | view | raw | blame | history
src/components/mobileCortrolButtom/index.vue
@@ -27,6 +27,9 @@
      <i class="el-icon-refresh"></i>
    </div>
    <div class="m-l-inbut" @click="goOns"><i class="el-icon-location"></i></div>
    <div class="m-l-inbut" @click="openOurSee">
      <i class="el-icon-map-location"></i>
    </div>
  </div>
</template>
@@ -74,6 +77,12 @@
  },
  mounted() {},
  methods: {
    openOurSee() {
      this.$store.commit(
        "MSET_OPENMOBILEPANORAMA",
        "http://vr.jxpskj.com/lxxqw/"
      );
    },
    goOns() {
      let that = this;
      this.$store.commit("GET_NOWPOSITION", (res) => {
src/components/mobilePopupOur/index.vue
@@ -169,7 +169,7 @@
    },
    //请求
    getOutList(campus, type) {
      console.log(this.choiceMain, campus, type, "see");
      // console.log(this.choiceMain, campus, type, "see");
      let that = this;
      let d;
      if (this.choiceMain == "机构单位") {
src/components/mobileWindow/index.vue
@@ -299,7 +299,7 @@
          doit(res);
        });
      } else if (val == "实景") {
        // console.log(this.panoramaurl, query);
        console.log(this.panoramaurl, query);
        this.$store.commit("MSET_OPENMOBILEPANORAMA", this.panoramaurl);
        return;
        this.$store.commit(
src/components/mobilemap/index.vue
@@ -31,7 +31,7 @@
    <!-- 盖住左下角 -->
    <div class="cover_mobileMap">智慧校区</div>
    <!-- 指示器 -->
    <div class="heights">{{ heights }}---{{ heights1 }}</div>
    <!-- <div class="heights">{{ heights }}---{{ heights1 }}</div> -->
  </div>
</template>
<script>