From 1e546153c0d18497bb27889e47237d7466902db1 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 10 Jan 2022 14:13:08 +0800
Subject: [PATCH] +

---
 src/components/mobileWindow/index.vue |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/components/mobileWindow/index.vue b/src/components/mobileWindow/index.vue
index 231aee2..6d2880b 100644
--- a/src/components/mobileWindow/index.vue
+++ b/src/components/mobileWindow/index.vue
@@ -6,7 +6,11 @@
   >
     <div class="mobiletitle">
       {{ title }}
-      <span class="mobile_audio" @click="openAudio" v-show="introduce">
+      <span
+        class="mobile_audio"
+        @click="openAudio"
+        v-show="introduce && !video"
+      >
         <i class="el-icon-video-play icon" v-show="!audioState"></i>
         <i class="el-icon-video-pause icon" v-show="audioState"></i>
         <!-- <div id="bdtts_div_id">
@@ -208,12 +212,12 @@
       let once = true;
       if (val == "去这") {
         //定位
-        // console.log(this.query.query);
+        console.log(this.query.query);
         // that.$store.commit("set_endPosition", this.query.query.lntLat);
         let ints = {
           // start: [114.039946, 27.628475],
           // end: that.query.query.lntLat,
-          start: that.query.query.lntLat,
+          start: [+that.query.query.lntLat[0], +that.query.query.lntLat[1]],
           end: [114.031946, 27.621475],
           type: "driving",
           fn: function (datas) {

--
Gitblit v1.9.3