mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 20:06:44 +08:00
[FIX]nbs-智能分析结果查看
This commit is contained in:
@@ -91,7 +91,7 @@ export default [
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/nbs/pdf/:content/:id/:half/:nbsState',
|
path: '/nbs/pdf/:content',
|
||||||
name: 'nbsPDF',
|
name: 'nbsPDF',
|
||||||
component: nbsPDF,
|
component: nbsPDF,
|
||||||
meta: {
|
meta: {
|
||||||
|
|||||||
@@ -7,10 +7,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
pdfUrl: '',
|
pdfUrl: '',
|
||||||
downLoadUrl: '',
|
downLoadUrl: ''
|
||||||
nbsState: this.$route.params.nbsState,
|
|
||||||
orderNo: this.$route.params.id,
|
|
||||||
half: this.$route.params.half
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
@@ -24,9 +21,9 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
console.log('11=== ', this.downLoadUrl)
|
console.log('11=== ', this.downLoadUrl)
|
||||||
EWebBridge.webCallAppInJs('webview_left_button', {
|
// EWebBridge.webCallAppInJs('webview_left_button', {
|
||||||
intercept: '1' //是否拦截原生返回事件 1是 其他否
|
// intercept: '1' //是否拦截原生返回事件 1是 其他否
|
||||||
})
|
// })
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 下载按钮
|
// 下载按钮
|
||||||
@@ -57,7 +54,7 @@ export default {
|
|||||||
routerInfo: {
|
routerInfo: {
|
||||||
type: 2,
|
type: 2,
|
||||||
index: -1,
|
index: -1,
|
||||||
path: `/nbs/result/${this.orderNo}/${this.half}/${this.nbsState}`
|
path: `/nbs/result`
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,10 +24,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
isHalfActive: this.$route.params.half === '0',
|
isHalfActive: this.$route.params.half === '0',
|
||||||
canClick: true,
|
canClick: true
|
||||||
nbsState: this.$route.params.nbsState,
|
|
||||||
orderNo: this.$route.params.id,
|
|
||||||
half: this.$route.params.half
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -61,10 +58,10 @@ export default {
|
|||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
url: location.origin + `/#/nbs/pdf/${content}/${this.orderNo}/${this.half}/${this.nbsState}`
|
url: location.origin + `/#/nbs/pdf/${content}`
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
path: `/nbs/pdf/${content}/${this.orderNo}/${this.half}/${this.nbsState}`
|
path: `/nbs/pdf/${content}`
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user