Merge branch 'feature/GFRS-247【待确定】卡单产品投保' into dev

This commit is contained in:
yuweiqi
2020-04-24 11:08:23 +08:00

View File

@@ -255,6 +255,16 @@ export default {
.catch(() => {
return
})
} else {
// 筛选按钮的点击事件
this.$jump({
flag: 'navigation',
extra: {
title: '支付',
hiddenRight: '1'
}
})
this.isScan = false
}
},
//获取银行卡扫描信息
@@ -301,17 +311,6 @@ export default {
}
})
},
appCallBack() {
// 筛选按钮的点击事件
this.$jump({
flag: 'navigation',
extra: {
title: '支付',
hiddenRight: '1'
}
})
this.isScan = false
},
// 获取银行列表的focus
focus() {
let that = this