mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 15:36:43 +08:00
【银保app】修改首页轮播图跳转方式的判断条件
This commit is contained in:
@@ -477,12 +477,10 @@ export default {
|
|||||||
this.clickFlag = false
|
this.clickFlag = false
|
||||||
},
|
},
|
||||||
touchend(data){
|
touchend(data){
|
||||||
let dataURL = 'https://iagentsales-test2.e-guofu.com:5100/personal-manage/BusinessCard'
|
if(this.clickFlag){
|
||||||
|
let dataURL = JSON.parse(data.route).extra.url
|
||||||
if(dataURL){
|
if(dataURL){
|
||||||
let thisRoute = dataURL.slice (dataURL.lastIndexOf("/#")+2)
|
let thisRoute = dataURL.substring(dataURL.lastIndexOf("/#")+2)
|
||||||
// let thisRoute = '/poster/posterList'
|
|
||||||
// console.log(typeof thisRoute)
|
|
||||||
// console.log(location.origin + '/#'+ thisRoute)
|
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
@@ -494,6 +492,8 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user