mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 23:56:43 +08:00
[FIX] 【生产-电投】修复数据未加载完成可以跳转的问题
This commit is contained in:
@@ -258,7 +258,6 @@ export default {
|
||||
data() {
|
||||
let isWeixin = this.$utils.device().isWeixin //判断环境
|
||||
return {
|
||||
initEnd: false,
|
||||
show: false, // 获取短信验证码
|
||||
codeDisabled: false, // 获取验证码按钮是否禁用
|
||||
timeId: null, // 计时器ID
|
||||
@@ -368,7 +367,6 @@ export default {
|
||||
},
|
||||
// 初始化
|
||||
async init() {
|
||||
this.initEnd = false
|
||||
localStorage.doubleRecordFlag = '0' //0不是双录单 1是双录单
|
||||
if (this.isWeixin) {
|
||||
if (this.$route.query.airSign) {
|
||||
@@ -453,7 +451,6 @@ export default {
|
||||
this.getSignInvalid()
|
||||
this.isShow = true
|
||||
}
|
||||
this.initEnd = true
|
||||
},
|
||||
// 获取消息和阅读状态
|
||||
realPeopelCheck() {
|
||||
@@ -572,7 +569,6 @@ export default {
|
||||
start_ocr(val) {
|
||||
// val 0投保人 1被保险人 2本人
|
||||
/////
|
||||
if (!this.initEnd) return
|
||||
let that = this
|
||||
if (this.isWeixin) {
|
||||
window.localStorage.setItem('sign-val', val)
|
||||
@@ -718,15 +714,16 @@ export default {
|
||||
}*/
|
||||
}
|
||||
console.log('跳转页面path', path)
|
||||
that.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/sale/' + path
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/sale/' + path
|
||||
}
|
||||
})
|
||||
if (path)
|
||||
that.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/sale/' + path
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/sale/' + path
|
||||
}
|
||||
})
|
||||
},
|
||||
insuredUrl() {
|
||||
let that = this
|
||||
|
||||
Reference in New Issue
Block a user