mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 08:36:44 +08:00
【银保app】修改首页轮播图跳转方式的判断条件
This commit is contained in:
@@ -477,22 +477,22 @@ 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){
|
||||||
if(dataURL){
|
let dataURL = JSON.parse(data.route).extra.url
|
||||||
let thisRoute = dataURL.slice (dataURL.lastIndexOf("/#")+2)
|
if(dataURL){
|
||||||
// let thisRoute = '/poster/posterList'
|
let thisRoute = dataURL.substring(dataURL.lastIndexOf("/#")+2)
|
||||||
// console.log(typeof thisRoute)
|
this.$jump({
|
||||||
// console.log(location.origin + '/#'+ thisRoute)
|
flag: 'h5',
|
||||||
this.$jump({
|
extra: {
|
||||||
flag: 'h5',
|
url: location.origin + '/#' + thisRoute,
|
||||||
extra: {
|
},
|
||||||
url: location.origin + '/#' + thisRoute,
|
routerInfo: {
|
||||||
},
|
path: thisRoute,
|
||||||
routerInfo: {
|
},
|
||||||
path: thisRoute,
|
})
|
||||||
},
|
}
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user