【fix】 删除 对 ios的单独处理

This commit is contained in:
tian.guangyuan
2020-06-05 10:42:17 +08:00
parent 230cfdf3e2
commit a37bb412b6
3 changed files with 0 additions and 18 deletions

View File

@@ -86,12 +86,6 @@ export default {
})
}
if (data.trigger == 'left_button_click') {
if(JSON.parse(localStorage.device).source == "ios"){
this.$jump({
flag: 'service'
})
return
}
this.$jump({
flag: 'home'
})

View File

@@ -125,12 +125,6 @@ export default {
methods: {
appCallBack(data) {
if (data.trigger == 'left_button_click') {
if(JSON.parse(localStorage.device).source == "ios"){
this.$jump({
flag: 'service'
})
return
}
this.$jump({
flag: 'home'
})

View File

@@ -203,12 +203,6 @@ export default {
methods: {
appCallBack(data) {
if (data.trigger == 'left_button_click') {
if(JSON.parse(localStorage.device).source == "ios"){
this.$jump({
flag: 'service'
})
return
}
this.$jump({
flag: 'home'
})