建议书查看条款左上角按钮重置

This commit is contained in:
lyt
2023-04-06 13:51:53 +08:00
parent f4576f9708
commit 603bdbf855
2 changed files with 9 additions and 0 deletions

View File

@@ -161,6 +161,12 @@ export default {
[Image.name]: Image
},
mounted() {
this.$jump({
flag: 'navigation',
extra: {
title: '已选产品列表'
},
})
if (localStorage.isFrom == 'sale') {
// 清除活动标志
// localStorage.removeItem('active_type')

View File

@@ -34,6 +34,9 @@ export default {
},
methods: {
async init() {
window.EWebBridge.webCallAppInJs("webview_left_button",{
reset:"1" //1重制 其他值不变
})
let pdfUrl = localStorage.showCaluePDFUrl
this.pdfUrl = location.origin + '/pdfjs/web/viewer.html?file=' + pdfUrl
},