mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 23:56:43 +08:00
Merge branch 'hotfix/nbs-返回结果页按钮功能变更' into release/0407
This commit is contained in:
@@ -120,10 +120,10 @@ export default {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + `/#/nbs/result/${id}/${this.half}/02`
|
||||
url: location.origin + `/#/nbs/result/${id}/${this.half}/02?back=2`
|
||||
},
|
||||
routerInfo: {
|
||||
path: `/nbs/result/${id}/${this.half}/02`
|
||||
path: `/nbs/result/${id}/${this.half}/02?back=2`
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
||||
@@ -35,13 +35,17 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
appCallBack(data) {
|
||||
let backIndex = '-1'
|
||||
if(this.$route.query.back){
|
||||
backIndex = '-2'
|
||||
}
|
||||
if (data.trigger == 'left_button_click') {
|
||||
// eslint-disable-next-line no-undef
|
||||
this.$jump({
|
||||
flag: 'goBack',
|
||||
extra: {
|
||||
refresh: '1',
|
||||
index: '-2'
|
||||
index: backIndex
|
||||
},
|
||||
routerInfo: {
|
||||
path: `/nbs/list`
|
||||
|
||||
Reference in New Issue
Block a user