mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 04:06:45 +08:00
Merge branch 'hotfix/建议书返回按钮bug' into release/0602
This commit is contained in:
@@ -86,6 +86,12 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (data.trigger == 'left_button_click') {
|
if (data.trigger == 'left_button_click') {
|
||||||
|
if(JSON.parse(localStorage.device).source == "ios"){
|
||||||
|
this.$jump({
|
||||||
|
flag: 'service'
|
||||||
|
})
|
||||||
|
return
|
||||||
|
}
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'home'
|
flag: 'home'
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -125,9 +125,14 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
appCallBack(data) {
|
appCallBack(data) {
|
||||||
if (data.trigger == 'left_button_click') {
|
if (data.trigger == 'left_button_click') {
|
||||||
|
if(JSON.parse(localStorage.device).source == "ios"){
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'home',
|
flag: 'service'
|
||||||
extra: {}
|
})
|
||||||
|
return
|
||||||
|
}
|
||||||
|
this.$jump({
|
||||||
|
flag: 'home'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -203,6 +203,12 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
appCallBack(data) {
|
appCallBack(data) {
|
||||||
if (data.trigger == 'left_button_click') {
|
if (data.trigger == 'left_button_click') {
|
||||||
|
if(JSON.parse(localStorage.device).source == "ios"){
|
||||||
|
this.$jump({
|
||||||
|
flag: 'service'
|
||||||
|
})
|
||||||
|
return
|
||||||
|
}
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'home'
|
flag: 'home'
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user