提交 f1f3ae05 authored 作者: lihuihui's avatar lihuihui

跳转pdf

上级 8e6e816a
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<div class="txt">报名申请</div> <div class="txt">报名申请</div>
<div class="block"></div> <div class="block"></div>
</li> </li>
<li @click="goPage('/recruit')"> <li @click="goPreview('./pdf/美国印第安纳大学Kelley商学院金融学硕士项目.pdf')">
<div class="icon"> <div class="icon">
<img src="../../assets/img/lang/banner-i2.png" alt="" /> <img src="../../assets/img/lang/banner-i2.png" alt="" />
</div> </div>
...@@ -211,6 +211,7 @@ export default { ...@@ -211,6 +211,7 @@ export default {
} }
}, },
methods: { methods: {
// 视频播放
videoplay() { videoplay() {
this.videoShow = true this.videoShow = true
var video = document.querySelector('#videoAlert') var video = document.querySelector('#videoAlert')
...@@ -235,6 +236,7 @@ export default { ...@@ -235,6 +236,7 @@ export default {
}, },
goPreview(url) { goPreview(url) {
window.open(url) window.open(url)
// window.location.href = url
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论