mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-17 23:16:44 +08:00
建议书查看条款左上角按钮重置
This commit is contained in:
@@ -161,6 +161,12 @@ export default {
|
|||||||
[Image.name]: Image
|
[Image.name]: Image
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
this.$jump({
|
||||||
|
flag: 'navigation',
|
||||||
|
extra: {
|
||||||
|
title: '已选产品列表'
|
||||||
|
},
|
||||||
|
})
|
||||||
if (localStorage.isFrom == 'sale') {
|
if (localStorage.isFrom == 'sale') {
|
||||||
// 清除活动标志
|
// 清除活动标志
|
||||||
// localStorage.removeItem('active_type')
|
// localStorage.removeItem('active_type')
|
||||||
|
|||||||
@@ -34,6 +34,9 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async init() {
|
async init() {
|
||||||
|
window.EWebBridge.webCallAppInJs("webview_left_button",{
|
||||||
|
reset:"1" //1:重制 其他值不变
|
||||||
|
})
|
||||||
let pdfUrl = localStorage.showCaluePDFUrl
|
let pdfUrl = localStorage.showCaluePDFUrl
|
||||||
this.pdfUrl = location.origin + '/pdfjs/web/viewer.html?file=' + pdfUrl
|
this.pdfUrl = location.origin + '/pdfjs/web/viewer.html?file=' + pdfUrl
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user