| | |
| | | let queryData = this.query.query; |
| | | // console.log(queryData); |
| | | this.title = queryData.name; |
| | | if (queryData.bgImg) { |
| | | this.srcList = queryData.bgImg.split(","); |
| | | this.url = this.srcList[0]; |
| | | } |
| | | |
| | | if (queryData.seebut) { |
| | | this.seebut = queryData.seebut; |
| | | for (let k in this.seebut) { |
| | |
| | | name: "去这", |
| | | }, |
| | | ]; |
| | | } |
| | | if (queryData.bgImg) { |
| | | this.srcList = queryData.bgImg.split(","); |
| | | this.url = this.srcList[0]; |
| | | } else { |
| | | this.seebut = this.seebut.filter((res) => { |
| | | return res.name != "图集"; |
| | | }); |
| | | } |
| | | if (queryData.video) { |
| | | if (queryData.from == "labels") { |
| | |
| | | ); |
| | | } else if (val == "图集") { |
| | | let imgsDom = document.getElementById("mobileBigImgs"); |
| | | imgsDom.click(); |
| | | if (imgsDom) { |
| | | imgsDom.click(); |
| | | } |
| | | } else if (val == "视频") { |
| | | this.seebut[this.seebut.length - 1].name = "返回"; |
| | | this.video = this.query.query.video; |