diff --git a/public/pdf/1.pdf b/public/pdf/1.pdf new file mode 100644 index 0000000..0a9527d Binary files /dev/null and b/public/pdf/1.pdf differ diff --git a/public/pdf/2.pdf b/public/pdf/2.pdf new file mode 100644 index 0000000..47a6240 Binary files /dev/null and b/public/pdf/2.pdf differ diff --git a/public/pdf/3.pdf b/public/pdf/3.pdf new file mode 100644 index 0000000..e7fc9da Binary files /dev/null and b/public/pdf/3.pdf differ diff --git a/src/views/next/dialog-module/hsyf-left/company/attractions.vue b/src/views/next/dialog-module/hsyf-left/company/attractions.vue index 49a2985..d41304a 100644 --- a/src/views/next/dialog-module/hsyf-left/company/attractions.vue +++ b/src/views/next/dialog-module/hsyf-left/company/attractions.vue @@ -100,7 +100,7 @@ -
+
+
+ +
@@ -261,6 +264,8 @@ export default { loading: false, openVisable: true, openVisable2:true, + showPDF:false, + pdfFile:'1' } }, computed: { @@ -399,11 +404,19 @@ export default { this.videoStatus = 'pause' }, onDatils (item) { - if(item.children){ - this.openId2 = item.id - this.openMene(item) - return + console.log(item); + if(item.id === "1798609016114339841" || item.id === "1798609357530685442" || item.id === "1798609630856699905"){ + this.showPDF = true; + this.pdfFile = item.id === "1798609016114339841"?1:item.id === "1798609357530685442"?2:3 + }else{ + this.showPDF = false; + if(item.children){ + this.openId2 = item.id + this.openMene(item) + return + } } + this.currentId = item.id; this.selectPartyPlaceDetail() }