注销代码
This commit is contained in:
@@ -46,11 +46,10 @@
|
||||
<view class="setClipboardDataclass" @click="setClipboardData" v-if="infos.deviceType != 'pc'">
|
||||
网页版地址:https://h5-invoice.sxczgkj.cn
|
||||
</view>
|
||||
<pdf style="width: 400px; height: 400px;"
|
||||
<!-- <pdf style="width: 400px; height: 400px;"
|
||||
src="https://dppt.shaanxi.chinatax.gov.cn:8443/kpfw/fpjfzz/v1/exportDzfpwjEwm?Wjgs=PDF&Jym=124C&Fphm=24612000000037614300&Kprq=20240430152603&Czsj=1714461964182">
|
||||
</pdf>
|
||||
|
||||
|
||||
</pdf> -->
|
||||
<!-- <iframe width="100%" height="100%" src="https://dppt.shaanxi.chinatax.gov.cn:8443/kpfw/fpjfzz/v1/exportDzfpwjEwm?Wjgs=PDF&Jym=124C&Fphm=24612000000037614300&Kprq=20240430152603&Czsj=1714461964182" frameborder="0"></iframe> -->
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -23,11 +23,12 @@
|
||||
method: 'POST', //请求方式,必须为大写
|
||||
success: res => {
|
||||
let fileUrl = options.url
|
||||
this.url = 'https://www.pfile.com.cn/api/profile/onlinePreview?url=' +
|
||||
encodeURIComponent(res.data.data);
|
||||
// this.url = 'https://www.pfile.com.cn/api/profile/onlinePreview?url=' +
|
||||
// encodeURIComponent(res.data.data);
|
||||
|
||||
// this.url = 'https://view.officeapps.live.com/op/view.aspx?src=' + res.data.data
|
||||
// console.log(this.url)
|
||||
// window.open('https://view.officeapps.live.com/op/view.aspx?src=' + res.data.data)
|
||||
window.open(res.data.data)
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user