mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 15:46:44 +08:00
建议书查看条款左上角按钮重置
This commit is contained in:
@@ -161,6 +161,12 @@ export default {
|
||||
[Image.name]: Image
|
||||
},
|
||||
mounted() {
|
||||
this.$jump({
|
||||
flag: 'navigation',
|
||||
extra: {
|
||||
title: '已选产品列表'
|
||||
},
|
||||
})
|
||||
if (localStorage.isFrom == 'sale') {
|
||||
// 清除活动标志
|
||||
// localStorage.removeItem('active_type')
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user