|
@@ -24,7 +24,10 @@
|
|
v-html="hotspotData.title"
|
|
v-html="hotspotData.title"
|
|
/>
|
|
/>
|
|
|
|
|
|
- <!-- <button class="download">
|
|
|
|
|
|
+ <button
|
|
|
|
+ class="download"
|
|
|
|
+ @click="onClickDownload"
|
|
|
|
+ >
|
|
<img
|
|
<img
|
|
class=""
|
|
class=""
|
|
src="@/assets/images/download.png"
|
|
src="@/assets/images/download.png"
|
|
@@ -34,7 +37,7 @@
|
|
<span>
|
|
<span>
|
|
Download brochure
|
|
Download brochure
|
|
</span>
|
|
</span>
|
|
- </button> -->
|
|
|
|
|
|
+ </button>
|
|
|
|
|
|
<div class="content-wrapper">
|
|
<div class="content-wrapper">
|
|
<div
|
|
<div
|
|
@@ -287,6 +290,11 @@ export default {
|
|
onClickClose() {
|
|
onClickClose() {
|
|
window.parent.document.getElementById('closepop').click()
|
|
window.parent.document.getElementById('closepop').click()
|
|
},
|
|
},
|
|
|
|
+ onClickDownload() {
|
|
|
|
+ window.open(
|
|
|
|
+ "https://www.heidelbergchina.com/app/index.php?i=136&c=official&a=article&id=303&type=0&utm_source=vr&utm_campaign=cx104"
|
|
|
|
+ )
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|