mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 02:06:43 +08:00
Merge branch 'hotfix/建议书返回按钮bug' into release/0608
This commit is contained in:
@@ -86,12 +86,6 @@ 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,12 +125,6 @@ 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'
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -203,12 +203,6 @@ 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