|
|
@@ -238,7 +238,6 @@ export default {
|
|
|
beforeCreate() {
|
|
|
},
|
|
|
beforeMount() {
|
|
|
- console.log('sdfsdfsdf', this.$route.query)
|
|
|
if (this.$route.query.isMuted === 'false') {
|
|
|
this.setIsMuted(false)
|
|
|
let newHref = location.href.substring(0, location.href.length - 14)
|
|
|
@@ -338,39 +337,6 @@ export default {
|
|
|
}).then((TagView) => {
|
|
|
// 监听手动点击事件
|
|
|
TagView.on("click", (e) => {
|
|
|
- // // 点击热点的时候当前背景音乐的播放状态
|
|
|
- // let dom = document.querySelector("#bacMusic")
|
|
|
- // window.bacMusic = !dom.paused
|
|
|
- // setTimeout(() => {
|
|
|
- // this.$refs.RbottomRef.opMusic(false)
|
|
|
- // }, 200)
|
|
|
- console.log(e.data)
|
|
|
- const example1 = {
|
|
|
- content: "<p>《胡乔木为他题词“浩气长存”》</p>",
|
|
|
- icon: "http://4dkk.4dage.com/v4/sdk/4.2.0/images/tag_icon_default.svg",
|
|
|
- media: {
|
|
|
- image: [
|
|
|
- { src: "q0AbKQ789922.jpeg" },
|
|
|
- { src: "kfhFHmL789632.jpeg" },
|
|
|
- ],
|
|
|
- },
|
|
|
- sid: "WfndN9Z789888",
|
|
|
- title: "陈处泰",
|
|
|
- type: "image",
|
|
|
- }
|
|
|
-
|
|
|
- const example2 = {
|
|
|
- content: "<p>汪裕先烈士狱中致姐姐的信</p>",
|
|
|
- media: {
|
|
|
- image: [
|
|
|
- { src: "q0AbKQ789922.jpeg" },
|
|
|
- { src: "kfhFHmL789632.jpeg" },
|
|
|
- ],
|
|
|
- },
|
|
|
- sid: "XQT0F8570262",
|
|
|
- title: "汪裕先&27&show",
|
|
|
- type: "image"
|
|
|
- }
|
|
|
|
|
|
this.relatedHotspotList = []
|
|
|
if (e.data.title.split("&")[1]) { // 如果是多个热点合并
|