|
|
|
@ -72,16 +72,6 @@ |
|
|
|
<!-- v-show="istygShow == true" --> |
|
|
|
<div v-show="istygShow == true" style="cursor: pointer;overflow-y: hidden;padding: 0.5rem;" |
|
|
|
@click="istygShowfn"> |
|
|
|
<iframe class="iframe" id="iframe" name="tyg" src="https://www.js365.org.cn/pages/reserve/index" |
|
|
|
width=100px height="100%" scrolling=no frameborder=0 |
|
|
|
style="position: absolute;left: 4px;top: 2px;border-radius: 50%;"> |
|
|
|
<!-- <a target="tyg" style="text-decoration: none;color: #fff;z-index: 9999;">25% |
|
|
|
|
|
|
|
</a> --> |
|
|
|
<button class="iframe_btn"> |
|
|
|
gdf |
|
|
|
</button> |
|
|
|
</iframe> |
|
|
|
</div> |
|
|
|
|
|
|
|
</span> |
|
|
|
@ -99,16 +89,6 @@ |
|
|
|
<!-- v-show="istygShow == true" --> |
|
|
|
<div v-show="istygShow2 == true" style="cursor: pointer;overflow-y: hidden;padding: 0.5rem;" |
|
|
|
@click="istygShowfn2"> |
|
|
|
<iframe class="iframe" id="iframe" name="tyg" src="https://www.js365.org.cn/pages/reserve/index" |
|
|
|
width=100px height="100%" scrolling=no frameborder=0 |
|
|
|
style="position: absolute;left: 4px;top: 2px;border-radius: 50%;"> |
|
|
|
<!-- <a target="tyg" style="text-decoration: none;color: #fff;z-index: 9999;">25% |
|
|
|
|
|
|
|
</a> --> |
|
|
|
<button class="iframe_btn"> |
|
|
|
gdf |
|
|
|
</button> |
|
|
|
</iframe> |
|
|
|
</div> |
|
|
|
|
|
|
|
</span> |
|
|
|
@ -126,16 +106,6 @@ |
|
|
|
<!-- v-show="istygShow == true" --> |
|
|
|
<div v-show="istygShow3 == true" style="cursor: pointer;overflow-y: hidden;padding: 0.5rem;" |
|
|
|
@click="istygShowfn3"> |
|
|
|
<iframe class="iframe" id="iframe" name="tyg" src="https://www.js365.org.cn/pages/reserve/index" |
|
|
|
width=100px height="100%" scrolling=no frameborder=0 |
|
|
|
style="position: absolute;left: 4px;top: 2px;border-radius: 50%;"> |
|
|
|
<!-- <a target="tyg" style="text-decoration: none;color: #fff;z-index: 9999;">25% |
|
|
|
|
|
|
|
</a> --> |
|
|
|
<button class="iframe_btn"> |
|
|
|
gdf |
|
|
|
</button> |
|
|
|
</iframe> |
|
|
|
</div> |
|
|
|
|
|
|
|
</span> |
|
|
|
@ -227,15 +197,13 @@ export default { |
|
|
|
// console.log($('iframe').children().find('a')); |
|
|
|
// $('iframe').children().find('a').on('click', function () { |
|
|
|
// // 执行点击事件所需的操作 |
|
|
|
// console.log('wwwwwwwwwww'); |
|
|
|
// console.log('wwwwwwwwwww');S |
|
|
|
// }); |
|
|
|
const iframe = document.querySelector('#iframe') |
|
|
|
console.log(iframe); |
|
|
|
// const iframe = document.querySelector('#iframe') |
|
|
|
// console.log(iframe); |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
istygShowfn() { |
|
|
|
console.log(this.istygShow); |
|
|
|
console.log('qqqqqqqqqqqq'); |
|
|
|
if (this.istygShow === false) { |
|
|
|
this.istygShow = true |
|
|
|
} else { |
|
|
|
@ -798,6 +766,8 @@ export default { |
|
|
|
}, 10); // 数据跳转的速度控制 |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
// 视频预览 |
|
|
|
getVideo() { |
|
|
|
let that = this |
|
|
|
console.log(that); |
|
|
|
@ -806,10 +776,10 @@ export default { |
|
|
|
// console.log(res); |
|
|
|
const tmpdata = res.data.videoData |
|
|
|
// console.log(tmpdata); |
|
|
|
this.decode(tmpdata) |
|
|
|
// this.decode(tmpdata) |
|
|
|
// console.log(this.decode(tmpdata)); |
|
|
|
let baseviode = this.decode(tmpdata) |
|
|
|
this.decode(baseviode) |
|
|
|
// this.decode(baseviode) |
|
|
|
// console.log(this.decode(baseviode)); |
|
|
|
let baseviodejson = this.decode2(baseviode) |
|
|
|
var jsonParseJson = JSON.parse(baseviodejson); |
|
|
|
|