| | |
| | | // this.fullscreenLoading = true; |
| | | if (!this.MobileWindowsHide) { |
| | | this.video = ""; //清除视频 |
| | | this.seebut = []; //清除按钮 |
| | | let queryData = this.query.query; |
| | | console.log(queryData, 789); |
| | | this.title = queryData.name; |
| | |
| | | this.seebut.splice(k, k + 1); |
| | | } |
| | | } |
| | | this.seebut.push({ |
| | | name: "去这", |
| | | }); |
| | | if (queryData.notAddGoOn != "notAddGoOn") { |
| | | this.seebut.push({ |
| | | name: "去这", |
| | | }); |
| | | } |
| | | } else { |
| | | this.seebut = [ |
| | | { |
| | |
| | | let windowData = { |
| | | position, |
| | | lntLat, |
| | | query: { ...(value[1] || {}), position, lntLat }, |
| | | query: { |
| | | ...(value[1] || {}), |
| | | position, |
| | | lntLat, |
| | | notAddGoOn: "notAddGoOn", |
| | | }, |
| | | useJWD: true, //仅使用经纬度 |
| | | }; |
| | | dispatch("setMobileWindows", windowData); |
| | |
| | | let windowData = { |
| | | position, |
| | | lntLat, |
| | | query: { ...(value[2] || {}), position, lntLat }, |
| | | query: { |
| | | ...(value[2] || {}), |
| | | position, |
| | | lntLat, |
| | | notAddGoOn: "notAddGoOn", |
| | | }, |
| | | useJWD: true, //仅使用经纬度 |
| | | }; |
| | | dispatch("setMobileWindows", windowData); |