|
@@ -52,6 +52,12 @@
|
|
|
</div>
|
|
|
<div :class="data.isPurchased || Ispreview ? 'buy' : 'NObuy'">
|
|
|
<!--fileUrl需要改成安全地址 file_url_https -->
|
|
|
+ <!-- <iframe
|
|
|
+ :src="attachment[0].newpath"
|
|
|
+ width="100%"
|
|
|
+ height="1000px"
|
|
|
+ id="ifm"
|
|
|
+ ></iframe> -->
|
|
|
<iframe
|
|
|
v-if="
|
|
|
attachment[0].fileType != 'pdf' && attachment[0].fileType != 'PDF'
|
|
@@ -339,6 +345,13 @@ export default {
|
|
|
}
|
|
|
this.changePrice(this.data.price * 1, 24, 16);
|
|
|
this.goods_detail_type = this.getimgurl(this.data);
|
|
|
+ // let path = `http://dcsapi.com/?k=71630476088128307289910&url=${this.attachment[0].fileUrlHttps}`;
|
|
|
+ // this.attachment[0].newpath = path;
|
|
|
+
|
|
|
+ let path =
|
|
|
+ "http://view.xdocin.com/xdoc?_xdoc=" +
|
|
|
+ this.attachment[0].fileUrlHttps+"&printable=false&saveable=false"
|
|
|
+ this.attachment[0].newpath = path;
|
|
|
}
|
|
|
})
|
|
|
.catch((res) => {
|
|
@@ -593,4 +606,10 @@ export default {
|
|
|
.cui-ribbonTopBars {
|
|
|
display: none !important;
|
|
|
}
|
|
|
+.overlay--1PlEz {
|
|
|
+ display: none !important;
|
|
|
+}
|
|
|
+#overlay--1PlEz {
|
|
|
+ display: none !important;
|
|
|
+}
|
|
|
</style>
|